#F0CA5B

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

Shades of Kournikova #F0CA5B

Tints of Kournikova #F0CA5B

Color information

#F0CA5B (or 0xF0CA5B) is unknown color: approx Kournikova. HEX triplet: F0, CA and 5B. RGB value is (240,202,91). Sum of RGB (Red+Green+Blue) = 240+202+91=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA5B is #0F35A4. Grayscale: #C9C9C9. Windows color (decimal): -996773 or 6015728. OLE color: 6015728.

HSL color Cylindrical-coordinate representation of color #F0CA5B: hue angle of 44.7º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0CA5B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24020291-
CMYK00.160.620.06
HSL44.7º83.24%64.9%-
HSV(B)44.7º62.08%94.12%-
XYZ58.9461.5218.67-
YUV200.7166.09156.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 91 (35.94% from 255) = 17.07%
R=45.03%
G=37.90%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402029100.160.620.0644.783.2464.9
HexF0CA5B0103E62d5341
Octal36031213302076655123101
Binary1111000011001010101101101000011111011010110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA5B; }

 p { color: rgb(240,202,91); }

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

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

 a { background-color: rgb(240,202,91); }

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

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

 span { border-color: rgb(240,202,91); }

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