Html Css Color HEX #F4F970 Dolly

📋 copy color: '#F4F970'

red 244 ◦ green 249 ◦ blue 112

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

Shades of Dolly #F4F970

Tints of Dolly #F4F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.16%

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

R = 40.33%
G = 41.16%
B = 18.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F4F970 (or 0xF4F970) is known color: Dolly. HEX triplet: F4, F9 and 70. RGB value is (244,249,112). Sum of RGB (Red+Green+Blue) = 244+249+112=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #F4F970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F970 is #0B068F. Grayscale: #E8E8E8. Windows color (decimal): -722576 or 7404020. OLE color: 7404020.

HSL color Cylindrical-coordinate representation of color #F4F970: hue angle of 62.19º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4F970 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 249 112 -
CMYK 0.02 0 0.55 0.02
HSL 62.19º 0.92% 0.71% -
HSV(B) 62.19º 0.55% 0.98% -
XYZ 74.11 88.15 28.44 -
YUV 231.89 60.34 136.64 -
System Red Green Blue C M Y K H S L
Decimal 244 249 112 0.02 0 0.55 0.02 62.19 0.92 0.71
Hex F4 F9 70 2 0 37 2 3E 5C 47
Octal 364 371 160 2 0 67 2 76 134 107
Binary 11110100 11111001 1110000 10 0 110111 10 111110 1011100 1000111

Color Harmonies of #F4F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F970

Black with #F4F970

Text Example


Text Example

White with #F4F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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