#F1C95E

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

Shades of Kournikova #F1C95E

Tints of Kournikova #F1C95E

Color information

#F1C95E (or 0xF1C95E) is unknown color: approx Kournikova. HEX triplet: F1, C9 and 5E. RGB value is (241,201,94). Sum of RGB (Red+Green+Blue) = 241+201+94=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C95E is #0E36A1. Grayscale: #C9C9C9. Windows color (decimal): -931490 or 6212081. OLE color: 6212081.

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

Color convert

RGB24120194-
CMYK00.170.610.05
HSL43.67º84%65.69%-
HSV(B)43.67º61%94.51%-
XYZ59.1861.2819.3-
YUV200.7667.75156.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=44.96%
G=37.5%
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
Decimal2412019400.170.610.0543.678465.69
HexF1C95E0113D52c5442
Octal36131113602175554124102
Binary1111000111001001101111001000111110110110110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C95E; }

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

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

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

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

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

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

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

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