Html Css Color HEX #F2CD5C Kournikova

📋 copy color: '#F2CD5C'

red 242 ◦ green 205 ◦ blue 92

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

Shades of Kournikova #F2CD5C

Tints of Kournikova #F2CD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

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

R = 44.9%
G = 38.03%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2CD5C (or 0xF2CD5C) is known color: Kournikova. HEX triplet: F2, CD and 5C. RGB value is (242,205,92). Sum of RGB (Red+Green+Blue) = 242+205+92=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD5C is #0D32A3. Grayscale: #CBCBCB. Windows color (decimal): -864932 or 6082034. OLE color: 6082034.

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

Color convert

RGB 242 205 92 -
CMYK 0 0.15 0.62 0.05
HSL 45.2º 0.85% 0.65% -
HSV(B) 45.2º 0.62% 0.95% -
XYZ 60.38 63.31 19.16 -
YUV 203.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 242 205 92 0 0.15 0.62 0.05 45.2 0.85 0.65
Hex F2 CD 5C 0 F 3E 5 2D 55 41
Octal 362 315 134 0 17 76 5 55 125 101
Binary 11110010 11001101 1011100 0 1111 111110 101 101101 1010101 1000001

Color Harmonies of #F2CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD5C

Black with #F2CD5C

Text Example


Text Example

White with #F2CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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