Html Css Color HEX #F4E970 Dolly

📋 copy color: '#F4E970'

red 244 ◦ green 233 ◦ blue 112

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

Shades of Dolly #F4E970

Tints of Dolly #F4E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.56%

 BLUE value IS 112 (44.14% from 255) = 19.02%

R = 41.43%
G = 39.56%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4E970 (or 0xF4E970) is known color: Dolly. HEX triplet: F4, E9 and 70. RGB value is (244,233,112). Sum of RGB (Red+Green+Blue) = 244+233+112=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4E970 is #0B168F. Grayscale: #DEDEDE. Windows color (decimal): -726672 or 7399924. OLE color: 7399924.

HSL color Cylindrical-coordinate representation of color #F4E970: hue angle of 55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4E970 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 233 112 -
CMYK 0 0.05 0.54 0.04
HSL 55º 0.86% 0.7% -
HSV(B) 55º 0.54% 0.96% -
XYZ 69.37 78.68 26.86 -
YUV 222.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 244 233 112 0 0.05 0.54 0.04 55 0.86 0.7
Hex F4 E9 70 0 5 36 4 37 56 46
Octal 364 351 160 0 5 66 4 67 126 106
Binary 11110100 11101001 1110000 0 101 110110 100 110111 1010110 1000110

Color Harmonies of #F4E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E970

Black with #F4E970

Text Example


Text Example

White with #F4E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E970; }

 p { color: rgb(244,233,112); }

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

background-color css

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

 a { background-color: rgb(244,233,112); }

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

border-color css

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

 span { border-color: rgb(244,233,112); }

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