#F9C85F

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

Shades of Kournikova #F9C85F

Tints of Kournikova #F9C85F

Color information

#F9C85F (or 0xF9C85F) is unknown color: approx Kournikova. HEX triplet: F9, C8 and 5F. RGB value is (249,200,95). Sum of RGB (Red+Green+Blue) = 249+200+95=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C85F is #0637A0. Grayscale: #CBCBCB. Windows color (decimal): -407457 or 6277369. OLE color: 6277369.

HSL color Cylindrical-coordinate representation of color #F9C85F: hue angle of 40.91º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9C85F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24920095-
CMYK00.200.620.02
HSL40.91º92.77%67.45%-
HSV(B)40.91º61.85%97.65%-
XYZ61.7962.2719.59-
YUV202.6867.23161.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 95 (37.5% from 255) = 17.46%
R=45.77%
G=36.76%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492009500.200.620.0240.9192.7767.45
HexF9C85F0143E2295d43
Octal37131013702476251135103
Binary111110011100100010111110101001111101010100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C85F; }

 p { color: rgb(249,200,95); }

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

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

 a { background-color: rgb(249,200,95); }

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

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

 span { border-color: rgb(249,200,95); }

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