Html Css Color HEX #F2F474 Dolly

📋 copy color: '#F2F474'

red 242 ◦ green 244 ◦ blue 116

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

Shades of Dolly #F2F474

Tints of Dolly #F2F474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.27%

R = 40.2%
G = 40.53%
B = 19.27%

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

#F2F474 (or 0xF2F474) is known color: Dolly. HEX triplet: F2, F4 and 74. RGB value is (242,244,116). Sum of RGB (Red+Green+Blue) = 242+244+116=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F474 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F474 is #0D0B8B. Grayscale: #E5E5E5. Windows color (decimal): -854924 or 7664882. OLE color: 7664882.

HSL color Cylindrical-coordinate representation of color #F2F474: hue angle of 60.94º 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 #F2F474 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 116 -
CMYK 0.01 0 0.52 0.04
HSL 60.94º 0.85% 0.71% -
HSV(B) 60.94º 0.52% 0.96% -
XYZ 72.12 84.84 29.1 -
YUV 228.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 242 244 116 0.01 0 0.52 0.04 60.94 0.85 0.71
Hex F2 F4 74 1 0 34 4 3D 55 47
Octal 362 364 164 1 0 64 4 75 125 107
Binary 11110010 11110100 1110100 1 0 110100 100 111101 1010101 1000111

Color Harmonies of #F2F474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F474

Black with #F2F474

Text Example


Text Example

White with #F2F474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F474; }

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

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

background-color css

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

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

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

border-color css

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

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

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