Html Css Color HEX #F2CB58 Kournikova

📋 copy color: '#F2CB58'

red 242 ◦ green 203 ◦ blue 88

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

Shades of Kournikova #F2CB58

Tints of Kournikova #F2CB58

RGB

 RED value IS 242 (94.92% from 255) = 45.4%

 GREEN value IS 203 (79.69% from 255) = 38.09%

 BLUE value IS 88 (34.77% from 255) = 16.51%

R = 45.4%
G = 38.09%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2CB58 (or 0xF2CB58) is known color: Kournikova. HEX triplet: F2, CB and 58. RGB value is (242,203,88). Sum of RGB (Red+Green+Blue) = 242+203+88=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB58 is #0D34A7. Grayscale: #CACACA. Windows color (decimal): -865448 or 5819378. OLE color: 5819378.

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

Color convert

RGB 242 203 88 -
CMYK 0 0.16 0.64 0.05
HSL 44.81º 0.86% 0.65% -
HSV(B) 44.81º 0.64% 0.95% -
XYZ 59.74 62.29 18.11 -
YUV 201.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 242 203 88 0 0.16 0.64 0.05 44.81 0.86 0.65
Hex F2 CB 58 0 10 40 5 2D 56 41
Octal 362 313 130 0 20 100 5 55 126 101
Binary 11110010 11001011 1011000 0 10000 1000000 101 101101 1010110 1000001

Color Harmonies of #F2CB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB58

Black with #F2CB58

Text Example


Text Example

White with #F2CB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB58; }

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

 H1.HeaderClassName
 {
   color: #F2CB58;
 }
 .AnyTagClassName
 {
   color: #F2CB58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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