Html Css Color HEX #F2C952 Kournikova

📋 copy color: '#F2C952'

red 242 ◦ green 201 ◦ blue 82

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

Shades of Kournikova #F2C952

Tints of Kournikova #F2C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.29%

 BLUE value IS 82 (32.42% from 255) = 15.62%

R = 46.1%
G = 38.29%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2C952 (or 0xF2C952) is known color: Kournikova. HEX triplet: F2, C9 and 52. RGB value is (242,201,82). Sum of RGB (Red+Green+Blue) = 242+201+82=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C952 is #0D36AD. Grayscale: #C8C8C8. Windows color (decimal): -865966 or 5425650. OLE color: 5425650.

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

Color convert

RGB 242 201 82 -
CMYK 0 0.17 0.66 0.05
HSL 44.63º 0.86% 0.64% -
HSV(B) 44.63º 0.66% 0.95% -
XYZ 59.03 61.26 16.7 -
YUV 199.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 242 201 82 0 0.17 0.66 0.05 44.63 0.86 0.64
Hex F2 C9 52 0 11 42 5 2D 56 40
Octal 362 311 122 0 21 102 5 55 126 100
Binary 11110010 11001001 1010010 0 10001 1000010 101 101101 1010110 1000000

Color Harmonies of #F2C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C952

Black with #F2C952

Text Example


Text Example

White with #F2C952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C952; }

 p { color: rgb(242,201,82); }

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

background-color css

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

 a { background-color: rgb(242,201,82); }

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

border-color css

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

 span { border-color: rgb(242,201,82); }

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