#F1EC6D

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

Shades of Dolly #F1EC6D

Tints of Dolly #F1EC6D

Color information

#F1EC6D (or 0xF1EC6D) is unknown color: approx Dolly. HEX triplet: F1, EC and 6D. RGB value is (241,236,109). Sum of RGB (Red+Green+Blue) = 241+236+109=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EC6D is #0E1392. Grayscale: #DFDFDF. Windows color (decimal): -922515 or 7204081. OLE color: 7204081.

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

Color convert

RGB241236109-
CMYK00.020.550.05
HSL57.73º82.5%68.63%-
HSV(B)57.73º54.77%94.51%-
XYZ69.0379.826.23-
YUV223.0263.66140.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 109 (42.97% from 255) = 18.60%
R=41.13%
G=40.27%
B=18.60%

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
Decimal24123610900.020.550.0557.7382.568.63
HexF1EC6D023753a5245
Octal3613541550267572122105
Binary1111000111101100110110101011011110111101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EC6D; }

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

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

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

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

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

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

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

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