#F2C85E

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

Shades of Kournikova #F2C85E

Tints of Kournikova #F2C85E

Color information

#F2C85E (or 0xF2C85E) is unknown color: approx Kournikova. HEX triplet: F2, C8 and 5E. RGB value is (242,200,94). Sum of RGB (Red+Green+Blue) = 242+200+94=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C85E is #0D37A1. Grayscale: #C8C8C8. Windows color (decimal): -866210 or 6211826. OLE color: 6211826.

HSL color Cylindrical-coordinate representation of color #F2C85E: hue angle of 42.97º 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 #F2C85E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24220094-
CMYK00.170.610.05
HSL42.97º85.06%65.88%-
HSV(B)42.97º61.16%94.9%-
XYZ59.2960.9919.24-
YUV200.4767.91157.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=45.15%
G=37.31%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422009400.170.610.0542.9785.0665.88
HexF2C85E0113D52b5542
Octal36231013602175553125102
Binary1111001011001000101111001000111110110110101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C85E; }

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

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

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

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

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

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

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

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