Html Css Color HEX #F2F476 Dolly

📋 copy color: '#F2F476'

red 242 ◦ green 244 ◦ blue 118

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

Shades of Dolly #F2F476

Tints of Dolly #F2F476

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 118 (46.48% from 255) = 19.54%

R = 40.07%
G = 40.4%
B = 19.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F2F476 (or 0xF2F476) is known color: Dolly. HEX triplet: F2, F4 and 76. RGB value is (242,244,118). Sum of RGB (Red+Green+Blue) = 242+244+118=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F476 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F476 is #0D0B89. Grayscale: #E5E5E5. Windows color (decimal): -854922 or 7795954. OLE color: 7795954.

HSL color Cylindrical-coordinate representation of color #F2F476: hue angle of 60.95º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2F476 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 118 -
CMYK 0.01 0 0.52 0.04
HSL 60.95º 0.85% 0.71% -
HSV(B) 60.95º 0.52% 0.96% -
XYZ 72.24 84.89 29.72 -
YUV 229.04 65.34 137.25 -
System Red Green Blue C M Y K H S L
Decimal 242 244 118 0.01 0 0.52 0.04 60.95 0.85 0.71
Hex F2 F4 76 1 0 34 4 3D 55 47
Octal 362 364 166 1 0 64 4 75 125 107
Binary 11110010 11110100 1110110 1 0 110100 100 111101 1010101 1000111

Color Harmonies of #F2F476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F476

Black with #F2F476

Text Example


Text Example

White with #F2F476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F476; }

 p { color: rgb(242,244,118); }

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

background-color css

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

 a { background-color: rgb(242,244,118); }

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

border-color css

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

 span { border-color: rgb(242,244,118); }

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