#F1C85E

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

Shades of Kournikova #F1C85E

Tints of Kournikova #F1C85E

Color information

#F1C85E (or 0xF1C85E) is unknown color: approx Kournikova. HEX triplet: F1, C8 and 5E. RGB value is (241,200,94). Sum of RGB (Red+Green+Blue) = 241+200+94=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C85E is #0E37A1. Grayscale: #C8C8C8. Windows color (decimal): -931746 or 6211825. OLE color: 6211825.

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

Color convert

RGB24120094-
CMYK00.170.610.05
HSL43.27º84%65.69%-
HSV(B)43.27º61%94.51%-
XYZ58.9560.8219.22-
YUV200.1868.08157.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=45.05%
G=37.38%
B=17.57%

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
Decimal2412009400.170.610.0543.278465.69
HexF1C85E0113D52b5442
Octal36131013602175553124102
Binary1111000111001000101111001000111110110110101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C85E; }

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

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

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

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

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

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

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

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