#F1E86A

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

Shades of Dolly #F1E86A

Tints of Dolly #F1E86A

Color information

#F1E86A (or 0xF1E86A) is unknown color: approx Dolly. HEX triplet: F1, E8 and 6A. RGB value is (241,232,106). Sum of RGB (Red+Green+Blue) = 241+232+106=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E86A is #0E1795. Grayscale: #DCDCDC. Windows color (decimal): -923542 or 7006449. OLE color: 7006449.

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

Color convert

RGB241232106-
CMYK00.040.560.05
HSL56º82.82%68.04%-
HSV(B)56º56.02%94.51%-
XYZ67.7377.4525.02-
YUV220.3363.48142.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 106 (41.80% from 255) = 18.31%
R=41.62%
G=40.07%
B=18.31%

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
Decimal24123210600.040.560.055682.8268.04
HexF1E86A04385385344
Octal3613501520470570123104
Binary11110001111010001101010010011100010111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E86A; }

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

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

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

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

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

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

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

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