#F2C95E

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

Shades of Kournikova #F2C95E

Tints of Kournikova #F2C95E

Color information

#F2C95E (or 0xF2C95E) is unknown color: approx Kournikova. HEX triplet: F2, C9 and 5E. RGB value is (242,201,94). Sum of RGB (Red+Green+Blue) = 242+201+94=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C95E is #0D36A1. Grayscale: #C9C9C9. Windows color (decimal): -865954 or 6212082. OLE color: 6212082.

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

Color convert

RGB24220194-
CMYK00.170.610.05
HSL43.38º85.06%65.88%-
HSV(B)43.38º61.16%94.9%-
XYZ59.5261.4619.32-
YUV201.0667.58157.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 94 (37.11% from 255) = 17.50%
R=45.07%
G=37.43%
B=17.50%

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
Decimal2422019400.170.610.0543.3885.0665.88
HexF2C95E0113D52b5542
Octal36231113602175553125102
Binary1111001011001001101111001000111110110110101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C95E; }

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

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

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

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

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

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

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

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