#F1E46A

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

Shades of Dolly #F1E46A

Tints of Dolly #F1E46A

Color information

#F1E46A (or 0xF1E46A) is unknown color: approx Dolly. HEX triplet: F1, E4 and 6A. RGB value is (241,228,106). Sum of RGB (Red+Green+Blue) = 241+228+106=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E46A is #0E1B95. Grayscale: #DADADA. Windows color (decimal): -924566 or 7005425. OLE color: 7005425.

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

Color convert

RGB241228106-
CMYK00.050.560.05
HSL54.22º82.82%68.04%-
HSV(B)54.22º56.02%94.51%-
XYZ66.6275.2324.64-
YUV217.9864.81144.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 228 (89.45% from 255) = 39.65%
BLUE value IS 106 (41.80% from 255) = 18.43%
R=41.91%
G=39.65%
B=18.43%

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
Decimal24122810600.050.560.0554.2282.8268.04
HexF1E46A05385365344
Octal3613441520570566123104
Binary11110001111001001101010010111100010111011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E46A; }

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

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

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

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

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

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

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

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