#F1EA6F

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

Shades of Dolly #F1EA6F

Tints of Dolly #F1EA6F

Color information

#F1EA6F (or 0xF1EA6F) is unknown color: approx Dolly. HEX triplet: F1, EA and 6F. RGB value is (241,234,111). Sum of RGB (Red+Green+Blue) = 241+234+111=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 111 (43.75% from 255 or 18.94% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA6F is #0E1590. Grayscale: #DEDEDE. Windows color (decimal): -923025 or 7334641. OLE color: 7334641.

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

Color convert

RGB241234111-
CMYK00.030.540.05
HSL56.77º82.28%69.02%-
HSV(B)56.77º53.94%94.51%-
XYZ68.5778.6926.61-
YUV222.0765.32141.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 111 (43.75% from 255) = 18.94%
R=41.13%
G=39.93%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123411100.030.540.0556.7782.2869.02
HexF1EA6F03365395245
Octal3613521570366571122105
Binary1111000111101010110111101111011010111100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA6F; }

 p { color: rgb(241,234,111); }

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

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

 a { background-color: rgb(241,234,111); }

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

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

 span { border-color: rgb(241,234,111); }

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