#F1E769

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

Shades of Dolly #F1E769

Tints of Dolly #F1E769

Color information

#F1E769 (or 0xF1E769) is unknown color: approx Dolly. HEX triplet: F1, E7 and 69. RGB value is (241,231,105). Sum of RGB (Red+Green+Blue) = 241+231+105=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 105 (41.41% from 255 or 18.20% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E769 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E769 is #0E1896. Grayscale: #DCDCDC. Windows color (decimal): -923799 or 6940657. OLE color: 6940657.

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

Color convert

RGB241231105-
CMYK00.040.560.05
HSL55.59º82.93%67.84%-
HSV(B)55.59º56.43%94.51%-
XYZ67.476.8724.65-
YUV219.6363.31143.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 105 (41.41% from 255) = 18.20%
R=41.77%
G=40.03%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123110500.040.560.0555.5982.9367.84
HexF1E76904385385344
Octal3613471510470570123104
Binary11110001111001111101001010011100010111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E769; }

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

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

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

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

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

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

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

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