#F5D05C

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

Shades of Kournikova #F5D05C

Tints of Kournikova #F5D05C

Color information

#F5D05C (or 0xF5D05C) is unknown color: approx Kournikova. HEX triplet: F5, D0 and 5C. RGB value is (245,208,92). Sum of RGB (Red+Green+Blue) = 245+208+92=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D05C is #0A2FA3. Grayscale: #CECECE. Windows color (decimal): -667556 or 6082805. OLE color: 6082805.

HSL color Cylindrical-coordinate representation of color #F5D05C: hue angle of 45.49º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5D05C is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24520892-
CMYK00.150.620.04
HSL45.49º88.44%66.08%-
HSV(B)45.49º62.45%96.08%-
XYZ62.1465.319.45-
YUV205.8463.76155.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 92 (36.33% from 255) = 16.88%
R=44.95%
G=38.17%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452089200.150.620.0445.4988.4466.08
HexF5D05C0F3E42d5842
Octal36532013401776455130102
Binary111101011101000010111000111111111010010110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D05C; }

 p { color: rgb(245,208,92); }

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

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

 a { background-color: rgb(245,208,92); }

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

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

 span { border-color: rgb(245,208,92); }

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