Html Css Color HEX #F1E870 Dolly

📋 copy color: '#F1E870'

red 241 ◦ green 232 ◦ blue 112

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

Shades of Dolly #F1E870

Tints of Dolly #F1E870

RGB

 RED value IS 241 (94.53% from 255) = 41.2%

 GREEN value IS 232 (91.02% from 255) = 39.66%

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

R = 41.2%
G = 39.66%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1E870 (or 0xF1E870) is known color: Dolly. HEX triplet: F1, E8 and 70. RGB value is (241,232,112). Sum of RGB (Red+Green+Blue) = 241+232+112=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E870 is #0E178F. Grayscale: #DDDDDD. Windows color (decimal): -923536 or 7399665. OLE color: 7399665.

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

Color convert

RGB 241 232 112 -
CMYK 0 0.04 0.54 0.05
HSL 55.81º 0.82% 0.69% -
HSV(B) 55.81º 0.54% 0.95% -
XYZ 68.06 77.58 26.72 -
YUV 221.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 241 232 112 0 0.04 0.54 0.05 55.81 0.82 0.69
Hex F1 E8 70 0 4 36 5 38 52 45
Octal 361 350 160 0 4 66 5 70 122 105
Binary 11110001 11101000 1110000 0 100 110110 101 111000 1010010 1000101

Color Harmonies of #F1E870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E870

Black with #F1E870

Text Example


Text Example

White with #F1E870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E870; }

 p { color: rgb(241,232,112); }

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

background-color css

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

 a { background-color: rgb(241,232,112); }

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

border-color css

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

 span { border-color: rgb(241,232,112); }

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