#F1E869

Color #F1E869 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #F1E869

Tints of Dolly #F1E869

Color information

#F1E869 (or 0xF1E869) is unknown color: approx Dolly. HEX triplet: F1, E8 and 69. RGB value is (241,232,105). Sum of RGB (Red+Green+Blue) = 241+232+105=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E869 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E869 is #0E1796. Grayscale: #DCDCDC. Windows color (decimal): -923543 or 6940913. OLE color: 6940913.

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

Color convert

RGB241232105-
CMYK00.040.560.05
HSL56.03º82.93%67.84%-
HSV(B)56.03º56.43%94.51%-
XYZ67.6877.4324.74-
YUV220.2162.98142.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 232 (91.02% from 255) = 40.14%
BLUE value IS 105 (41.41% from 255) = 18.17%
R=41.70%
G=40.14%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123210500.040.560.0556.0382.9367.84
HexF1E86904385385344
Octal3613501510470570123104
Binary11110001111010001101001010011100010111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E869; }

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

 H1.HeaderClassName
 {
   color: #F1E869;
 }
 .AnyTagClassName
 {
   color: #F1E869;
 }
</style>
background-color css

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

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

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

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

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

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