#F1F06D

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

Shades of Dolly #F1F06D

Tints of Dolly #F1F06D

Color information

#F1F06D (or 0xF1F06D) is unknown color: approx Dolly. HEX triplet: F1, F0 and 6D. RGB value is (241,240,109). Sum of RGB (Red+Green+Blue) = 241+240+109=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 109 (42.97% from 255 or 18.47% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F06D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F06D is #0E0F92. Grayscale: #E1E1E1. Windows color (decimal): -921491 or 7205105. OLE color: 7205105.

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

Color convert

RGB241240109-
CMYK00.000.550.05
HSL59.55º82.5%68.63%-
HSV(B)59.55º54.77%94.51%-
XYZ70.282.1326.62-
YUV225.3662.33139.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 109 (42.97% from 255) = 18.47%
R=40.85%
G=40.68%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124010900.000.550.0559.5582.568.63
HexF1F06D003753c5245
Octal3613601550067574122105
Binary111100011111000011011010011011110111110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F06D; }

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

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

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

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

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

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

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

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