Html Css Color HEX #F0CC52 Kournikova

📋 copy color: '#F0CC52'

red 240 ◦ green 204 ◦ blue 82

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

Shades of Kournikova #F0CC52

Tints of Kournikova #F0CC52

RGB

 RED value IS 240 (94.14% from 255) = 45.63%

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

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

R = 45.63%
G = 38.78%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0CC52 (or 0xF0CC52) is known color: Kournikova. HEX triplet: F0, CC and 52. RGB value is (240,204,82). Sum of RGB (Red+Green+Blue) = 240+204+82=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC52 is #0F33AD. Grayscale: #C9C9C9. Windows color (decimal): -996270 or 5426416. OLE color: 5426416.

HSL color Cylindrical-coordinate representation of color #F0CC52: hue angle of 46.33º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0CC52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 82 -
CMYK 0 0.15 0.66 0.06
HSL 46.33º 0.84% 0.63% -
HSV(B) 46.33º 0.66% 0.94% -
XYZ 59.05 62.32 16.9 -
YUV 200.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 240 204 82 0 0.15 0.66 0.06 46.33 0.84 0.63
Hex F0 CC 52 0 F 42 6 2E 54 3F
Octal 360 314 122 0 17 102 6 56 124 77
Binary 11110000 11001100 1010010 0 1111 1000010 110 101110 1010100 111111

Color Harmonies of #F0CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC52

Black with #F0CC52

Text Example


Text Example

White with #F0CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC52; }

 p { color: rgb(240,204,82); }

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

background-color css

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

 a { background-color: rgb(240,204,82); }

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

border-color css

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

 span { border-color: rgb(240,204,82); }

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