#F1F06A

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

Shades of Dolly #F1F06A

Tints of Dolly #F1F06A

Color information

#F1F06A (or 0xF1F06A) is unknown color: approx Dolly. HEX triplet: F1, F0 and 6A. RGB value is (241,240,106). Sum of RGB (Red+Green+Blue) = 241+240+106=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F06A is #0E0F95. Grayscale: #E1E1E1. Windows color (decimal): -921494 or 7008497. OLE color: 7008497.

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

Color convert

RGB241240106-
CMYK00.000.560.05
HSL59.56º82.82%68.04%-
HSV(B)59.56º56.02%94.51%-
XYZ70.0482.0625.78-
YUV225.0260.83139.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 106 (41.80% from 255) = 18.06%
R=41.06%
G=40.89%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124010600.000.560.0559.5682.8268.04
HexF1F06A003853c5344
Octal3613601520070574123104
Binary111100011111000011010100011100010111110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F06A; }

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

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

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

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

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

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

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

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