Html Css Color HEX #F2CC5C Kournikova

📋 copy color: '#F2CC5C'

red 242 ◦ green 204 ◦ blue 92

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

Shades of Kournikova #F2CC5C

Tints of Kournikova #F2CC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.1%

R = 44.98%
G = 37.92%
B = 17.1%

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

#F2CC5C (or 0xF2CC5C) is known color: Kournikova. HEX triplet: F2, CC and 5C. RGB value is (242,204,92). Sum of RGB (Red+Green+Blue) = 242+204+92=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC5C is #0D33A3. Grayscale: #CBCBCB. Windows color (decimal): -865188 or 6081778. OLE color: 6081778.

HSL color Cylindrical-coordinate representation of color #F2CC5C: hue angle of 44.8º 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 #F2CC5C is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 92 -
CMYK 0 0.16 0.62 0.05
HSL 44.8º 0.85% 0.65% -
HSV(B) 44.8º 0.62% 0.95% -
XYZ 60.14 62.84 19.08 -
YUV 202.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 242 204 92 0 0.16 0.62 0.05 44.8 0.85 0.65
Hex F2 CC 5C 0 10 3E 5 2D 55 41
Octal 362 314 134 0 20 76 5 55 125 101
Binary 11110010 11001100 1011100 0 10000 111110 101 101101 1010101 1000001

Color Harmonies of #F2CC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC5C

Black with #F2CC5C

Text Example


Text Example

White with #F2CC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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