#F1F16E

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

Shades of Dolly #F1F16E

Tints of Dolly #F1F16E

Color information

#F1F16E (or 0xF1F16E) is unknown color: approx Dolly. HEX triplet: F1, F1 and 6E. RGB value is (241,241,110). Sum of RGB (Red+Green+Blue) = 241+241+110=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 110 (43.36% from 255 or 18.58% from 592); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F16E is #0E0E91. Grayscale: #E2E2E2. Windows color (decimal): -921234 or 7270897. OLE color: 7270897.

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

Color convert

RGB241241110-
CMYK000.540.05
HSL60º82.39%68.82%-
HSV(B)60º54.36%94.51%-
XYZ70.5582.7427-
YUV226.0762.5138.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 241 (94.53% from 255) = 40.71%
BLUE value IS 110 (43.36% from 255) = 18.58%
R=40.71%
G=40.71%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241110000.540.056082.3968.82
HexF1F16E003653c5245
Octal3613611560066574122105
Binary111100011111000111011100011011010111110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F16E; }

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

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

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

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

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

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

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

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