#F0CB5D

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

Shades of Kournikova #F0CB5D

Tints of Kournikova #F0CB5D

Color information

#F0CB5D (or 0xF0CB5D) is unknown color: approx Kournikova. HEX triplet: F0, CB and 5D. RGB value is (240,203,93). Sum of RGB (Red+Green+Blue) = 240+203+93=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB5D is #0F34A2. Grayscale: #C9C9C9. Windows color (decimal): -996515 or 6147056. OLE color: 6147056.

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

Color convert

RGB24020393-
CMYK00.150.610.06
HSL44.9º83.05%65.29%-
HSV(B)44.9º61.25%94.12%-
XYZ59.2762.0319.2-
YUV201.5266.76155.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 93 (36.72% from 255) = 17.35%
R=44.78%
G=37.87%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402039300.150.610.0644.983.0565.29
HexF0CB5D0F3D62d5341
Octal36031313501775655123101
Binary111100001100101110111010111111110111010110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CB5D; }

 p { color: rgb(240,203,93); }

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

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

 a { background-color: rgb(240,203,93); }

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

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

 span { border-color: rgb(240,203,93); }

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