Html Css Color HEX #F2CC5B Kournikova

📋 copy color: '#F2CC5B'

red 242 ◦ green 204 ◦ blue 91

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

Shades of Kournikova #F2CC5B

Tints of Kournikova #F2CC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

 BLUE value IS 91 (35.94% from 255) = 16.95%

R = 45.07%
G = 37.99%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2CC5B (or 0xF2CC5B) is known color: Kournikova. HEX triplet: F2, CC and 5B. RGB value is (242,204,91). Sum of RGB (Red+Green+Blue) = 242+204+91=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC5B is #0D33A4. Grayscale: #CACACA. Windows color (decimal): -865189 or 6016242. OLE color: 6016242.

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

Color convert

RGB 242 204 91 -
CMYK 0 0.16 0.62 0.05
HSL 44.9º 0.85% 0.65% -
HSV(B) 44.9º 0.62% 0.95% -
XYZ 60.1 62.82 18.86 -
YUV 202.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 242 204 91 0 0.16 0.62 0.05 44.9 0.85 0.65
Hex F2 CC 5B 0 10 3E 5 2D 55 41
Octal 362 314 133 0 20 76 5 55 125 101
Binary 11110010 11001100 1011011 0 10000 111110 101 101101 1010101 1000001

Color Harmonies of #F2CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC5B

Black with #F2CC5B

Text Example


Text Example

White with #F2CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC5B; }

 p { color: rgb(242,204,91); }

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

background-color css

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

 a { background-color: rgb(242,204,91); }

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

border-color css

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

 span { border-color: rgb(242,204,91); }

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