#F1F06E

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

Shades of Dolly #F1F06E

Tints of Dolly #F1F06E

Color information

#F1F06E (or 0xF1F06E) is unknown color: approx Dolly. HEX triplet: F1, F0 and 6E. RGB value is (241,240,110). Sum of RGB (Red+Green+Blue) = 241+240+110=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F06E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F06E is #0E0F91. Grayscale: #E1E1E1. Windows color (decimal): -921490 or 7270641. OLE color: 7270641.

HSL color Cylindrical-coordinate representation of color #F1F06E: hue angle of 59.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1F06E is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241240110-
CMYK00.000.540.05
HSL59.54º82.39%68.82%-
HSV(B)59.54º54.36%94.51%-
XYZ70.2582.1526.91-
YUV225.4862.83139.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 110 (43.36% from 255) = 18.61%
R=40.78%
G=40.61%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124011000.000.540.0559.5482.3968.82
HexF1F06E003653c5245
Octal3613601560066574122105
Binary111100011111000011011100011011010111110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F06E; }

 p { color: rgb(241,240,110); }

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

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

 a { background-color: rgb(241,240,110); }

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

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

 span { border-color: rgb(241,240,110); }

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