#F1E56B

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

Shades of Dolly #F1E56B

Tints of Dolly #F1E56B

Color information

#F1E56B (or 0xF1E56B) is unknown color: approx Dolly. HEX triplet: F1, E5 and 6B. RGB value is (241,229,107). Sum of RGB (Red+Green+Blue) = 241+229+107=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E56B is #0E1A94. Grayscale: #DBDBDB. Windows color (decimal): -924309 or 7071217. OLE color: 7071217.

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

Color convert

RGB241229107-
CMYK00.050.560.05
HSL54.63º82.72%68.24%-
HSV(B)54.63º55.6%94.51%-
XYZ66.9575.825.01-
YUV218.6864.98143.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 229 (89.84% from 255) = 39.69%
BLUE value IS 107 (42.19% from 255) = 18.54%
R=41.77%
G=39.69%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122910700.050.560.0554.6382.7268.24
HexF1E56B05385375344
Octal3613451530570567123104
Binary11110001111001011101011010111100010111011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E56B; }

 p { color: rgb(241,229,107); }

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

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

 a { background-color: rgb(241,229,107); }

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

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

 span { border-color: rgb(241,229,107); }

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