#ffcf57

Color #FFCF57 Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #FFCF57

Tints of Kournikova #FFCF57

Color information

#FFCF57 (or 0xFFCF57) is unknown color: approx Kournikova. HEX triplet: FF, CF and 57. RGB value is (255,207,87). Sum of RGB (Red+Green+Blue) = 255+207+87=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 87 (34.38% from 255 or 15.85% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF57 is #0030A8. Grayscale: #D0D0D0. Windows color (decimal): -12457 or 5754879. OLE color: 5754879.

HSL color Cylindrical-coordinate representation of color #FFCF57: hue angle of 42.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFCF57 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB25520787-
CMYK00.190.660
HSL42.86º100%67.06%-
HSV(B)42.86º65.88%100%-
XYZ65.2766.5718.43-
YUV207.6759.9161.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 87 (34.38% from 255) = 15.85%
R=46.45%
G=37.70%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552078700.190.66042.8610067.06
HexFFCF570134202b6443
Octal377317127023102053144103
Binary111111111100111110101110100111000010010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffcf57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffcf57; }

 p { color: rgb(255,207,87); }

 H1.HeaderClassName
 {
   color: #ffcf57;
 }
 .AnyTagClassName
 {
   color: #ffcf57;
 }
</style>
background-color css

<style>
 a { background-color: #ffcf57; }

 a { background-color: rgb(255,207,87); }

 div.DivClassName
 {
   background-color: #ffcf57;
 }
 .BgClassName
 {
   background-color: #ffcf57;
 }
</style>
border-color css

<style>
 span { border-color: #ffcf57; }

 span { border-color: rgb(255,207,87); }

 td.TdClassName
 {
   border-color: #ffcf57;
 }
 .TagClassName
 {
   border-color: #ffcf57;
 }
</style>