#F1E469

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

Shades of Dolly #F1E469

Tints of Dolly #F1E469

Color information

#F1E469 (or 0xF1E469) is unknown color: approx Dolly. HEX triplet: F1, E4 and 69. RGB value is (241,228,105). Sum of RGB (Red+Green+Blue) = 241+228+105=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 105 (41.41% from 255 or 18.29% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E469 is #0E1B96. Grayscale: #DADADA. Windows color (decimal): -924567 or 6939889. OLE color: 6939889.

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

Color convert

RGB241228105-
CMYK00.050.560.05
HSL54.26º82.93%67.84%-
HSV(B)54.26º56.43%94.51%-
XYZ66.5775.2124.37-
YUV217.8664.31144.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 105 (41.41% from 255) = 18.29%
R=41.99%
G=39.72%
B=18.29%

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
Decimal24122810500.050.560.0554.2682.9367.84
HexF1E46905385365344
Octal3613441510570566123104
Binary11110001111001001101001010111100010111011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E469; }

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

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

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

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

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

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

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

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