#F1E76A

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

Shades of Dolly #F1E76A

Tints of Dolly #F1E76A

Color information

#F1E76A (or 0xF1E76A) is unknown color: approx Dolly. HEX triplet: F1, E7 and 6A. RGB value is (241,231,106). Sum of RGB (Red+Green+Blue) = 241+231+106=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E76A is #0E1895. Grayscale: #DCDCDC. Windows color (decimal): -923798 or 7006193. OLE color: 7006193.

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

Color convert

RGB241231106-
CMYK00.040.560.05
HSL55.56º82.82%68.04%-
HSV(B)55.56º56.02%94.51%-
XYZ67.4576.8924.92-
YUV219.7463.81143.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 106 (41.80% from 255) = 18.34%
R=41.70%
G=39.97%
B=18.34%

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
Decimal24123110600.040.560.0555.5682.8268.04
HexF1E76A04385385344
Octal3613471520470570123104
Binary11110001111001111101010010011100010111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E76A; }

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

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

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

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

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

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

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

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