#F2CB59

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

Shades of Kournikova #F2CB59

Tints of Kournikova #F2CB59

Color information

#F2CB59 (or 0xF2CB59) is unknown color: approx Kournikova. HEX triplet: F2, CB and 59. RGB value is (242,203,89). Sum of RGB (Red+Green+Blue) = 242+203+89=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB59 is #0D34A6. Grayscale: #CACACA. Windows color (decimal): -865447 or 5884914. OLE color: 5884914.

HSL color Cylindrical-coordinate representation of color #F2CB59: hue angle of 44.71º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2CB59 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24220389-
CMYK00.160.630.05
HSL44.71º85.47%64.9%-
HSV(B)44.71º63.22%94.9%-
XYZ59.7862.3118.33-
YUV201.6764.42156.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 89 (35.16% from 255) = 16.67%
R=45.32%
G=38.01%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422038900.160.630.0544.7185.4764.9
HexF2CB590103F52d5541
Octal36231313102077555125101
Binary1111001011001011101100101000011111110110110110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CB59; }

 p { color: rgb(242,203,89); }

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

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

 a { background-color: rgb(242,203,89); }

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

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

 span { border-color: rgb(242,203,89); }

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