#F1EB6D

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

Shades of Dolly #F1EB6D

Tints of Dolly #F1EB6D

Color information

#F1EB6D (or 0xF1EB6D) is unknown color: approx Dolly. HEX triplet: F1, EB and 6D. RGB value is (241,235,109). Sum of RGB (Red+Green+Blue) = 241+235+109=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EB6D is #0E1492. Grayscale: #DEDEDE. Windows color (decimal): -922771 or 7203825. OLE color: 7203825.

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

Color convert

RGB241235109-
CMYK00.020.550.05
HSL57.27º82.5%68.63%-
HSV(B)57.27º54.77%94.51%-
XYZ68.7479.2226.14-
YUV222.4363.99141.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 109 (42.97% from 255) = 18.63%
R=41.20%
G=40.17%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123510900.020.550.0557.2782.568.63
HexF1EB6D02375395245
Octal3613531550267571122105
Binary1111000111101011110110101011011110111100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB6D; }

 p { color: rgb(241,235,109); }

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

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

 a { background-color: rgb(241,235,109); }

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

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

 span { border-color: rgb(241,235,109); }

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