Html Css Color HEX #F0E570 Dolly

📋 copy color: '#F0E570'

red 240 ◦ green 229 ◦ blue 112

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

Shades of Dolly #F0E570

Tints of Dolly #F0E570

RGB

 RED value IS 240 (94.14% from 255) = 41.31%

 GREEN value IS 229 (89.84% from 255) = 39.41%

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

R = 41.31%
G = 39.41%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0E570 (or 0xF0E570) is known color: Dolly. HEX triplet: F0, E5 and 70. RGB value is (240,229,112). Sum of RGB (Red+Green+Blue) = 240+229+112=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E570 is #0F1A8F. Grayscale: #DBDBDB. Windows color (decimal): -989840 or 7398896. OLE color: 7398896.

HSL color Cylindrical-coordinate representation of color #F0E570: hue angle of 54.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0E570 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 112 -
CMYK 0 0.05 0.53 0.06
HSL 54.84º 0.81% 0.69% -
HSV(B) 54.84º 0.53% 0.94% -
XYZ 66.88 75.73 26.42 -
YUV 218.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 240 229 112 0 0.05 0.53 0.06 54.84 0.81 0.69
Hex F0 E5 70 0 5 35 6 37 51 45
Octal 360 345 160 0 5 65 6 67 121 105
Binary 11110000 11100101 1110000 0 101 110101 110 110111 1010001 1000101

Color Harmonies of #F0E570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E570

Black with #F0E570

Text Example


Text Example

White with #F0E570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E570; }

 p { color: rgb(240,229,112); }

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

background-color css

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

 a { background-color: rgb(240,229,112); }

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

border-color css

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

 span { border-color: rgb(240,229,112); }

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