Html Css Color HEX #F2CB59 Kournikova

📋 copy color: '#F2CB59'

red 242 ◦ green 203 ◦ blue 89

#F2CB59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #F2CB59

Tints of Kournikova #F2CB59

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 value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2CB59 (or 0xF2CB59) is known color: 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

RGB 242 203 89 -
CMYK 0 0.16 0.63 0.05
HSL 44.71º 0.85% 0.65% -
HSV(B) 44.71º 0.63% 0.95% -
XYZ 59.78 62.31 18.33 -
YUV 201.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 242 203 89 0 0.16 0.63 0.05 44.71 0.85 0.65
Hex F2 CB 59 0 10 3F 5 2D 55 41
Octal 362 313 131 0 20 77 5 55 125 101
Binary 11110010 11001011 1011001 0 10000 111111 101 101101 1010101 1000001

Color Harmonies of #F2CB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB59

Black with #F2CB59

Text Example


Text Example

White with #F2CB59

Text Example


Text Example

HTML Codes & Css Web 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>