Html Css Color HEX #F4F074 Dolly

📋 copy color: '#F4F074'

red 244 ◦ green 240 ◦ blue 116

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

Shades of Dolly #F4F074

Tints of Dolly #F4F074

RGB

 RED value IS 244 (95.7% from 255) = 40.67%

 GREEN value IS 240 (94.14% from 255) = 40%

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

R = 40.67%
G = 40%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4F074 (or 0xF4F074) is known color: Dolly. HEX triplet: F4, F0 and 74. RGB value is (244,240,116). Sum of RGB (Red+Green+Blue) = 244+240+116=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F074 is #0B0F8B. Grayscale: #E3E3E3. Windows color (decimal): -724876 or 7663860. OLE color: 7663860.

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

Color convert

RGB 244 240 116 -
CMYK 0 0.02 0.52 0.04
HSL 58.13º 0.85% 0.71% -
HSV(B) 58.13º 0.52% 0.96% -
XYZ 71.62 82.81 28.73 -
YUV 227.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 244 240 116 0 0.02 0.52 0.04 58.13 0.85 0.71
Hex F4 F0 74 0 2 34 4 3A 55 47
Octal 364 360 164 0 2 64 4 72 125 107
Binary 11110100 11110000 1110100 0 10 110100 100 111010 1010101 1000111

Color Harmonies of #F4F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F074

Black with #F4F074

Text Example


Text Example

White with #F4F074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F074; }

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

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

background-color css

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

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

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

border-color css

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

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

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