Html Css Color HEX #F4F270 Dolly

📋 copy color: '#F4F270'

red 244 ◦ green 242 ◦ blue 112

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

Shades of Dolly #F4F270

Tints of Dolly #F4F270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.47%

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

R = 40.8%
G = 40.47%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4F270 (or 0xF4F270) is known color: Dolly. HEX triplet: F4, F2 and 70. RGB value is (244,242,112). Sum of RGB (Red+Green+Blue) = 244+242+112=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 112 (44.14% from 255 or 18.73% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F270 is #0B0D8F. Grayscale: #E4E4E4. Windows color (decimal): -724368 or 7402228. OLE color: 7402228.

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

Color convert

RGB 244 242 112 -
CMYK 0 0.01 0.54 0.04
HSL 59.09º 0.86% 0.7% -
HSV(B) 59.09º 0.54% 0.96% -
XYZ 71.98 83.91 27.73 -
YUV 227.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 244 242 112 0 0.01 0.54 0.04 59.09 0.86 0.7
Hex F4 F2 70 0 1 36 4 3B 56 46
Octal 364 362 160 0 1 66 4 73 126 106
Binary 11110100 11110010 1110000 0 1 110110 100 111011 1010110 1000110

Color Harmonies of #F4F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F270

Black with #F4F270

Text Example


Text Example

White with #F4F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F270; }

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

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

background-color css

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

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

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

border-color css

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

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

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