#F2CB5E

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

Shades of Kournikova #F2CB5E

Tints of Kournikova #F2CB5E

Color information

#F2CB5E (or 0xF2CB5E) is unknown color: approx Kournikova. HEX triplet: F2, CB and 5E. RGB value is (242,203,94). Sum of RGB (Red+Green+Blue) = 242+203+94=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB5E is #0D34A1. Grayscale: #CACACA. Windows color (decimal): -865442 or 6212594. OLE color: 6212594.

HSL color Cylindrical-coordinate representation of color #F2CB5E: hue angle of 44.19º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2CB5E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24220394-
CMYK00.160.610.05
HSL44.19º85.06%65.88%-
HSV(B)44.19º61.16%94.9%-
XYZ59.9962.419.47-
YUV202.2466.92156.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=44.90%
G=37.66%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422039400.160.610.0544.1985.0665.88
HexF2CB5E0103D52c5542
Octal36231313602075554125102
Binary1111001011001011101111001000011110110110110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CB5E; }

 p { color: rgb(242,203,94); }

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

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

 a { background-color: rgb(242,203,94); }

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

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

 span { border-color: rgb(242,203,94); }

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