#F6F566

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

Shades of Dolly #F6F566

Tints of Dolly #F6F566

Color information

#F6F566 (or 0xF6F566) is unknown color: approx Dolly. HEX triplet: F6, F5 and 66. RGB value is (246,245,102). Sum of RGB (Red+Green+Blue) = 246+245+102=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 102 (40.23% from 255 or 17.20% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F566 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F566 is #090A99. Grayscale: #E5E5E5. Windows color (decimal): -592538 or 6747638. OLE color: 6747638.

HSL color Cylindrical-coordinate representation of color #F6F566: hue angle of 59.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6F566 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246245102-
CMYK00.000.590.04
HSL59.58º88.89%68.24%-
HSV(B)59.58º58.54%96.47%-
XYZ73.0685.8625.29-
YUV22956.33140.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.48%
GREEN value IS 245 (96.09% from 255) = 41.32%
BLUE value IS 102 (40.23% from 255) = 17.20%
R=41.48%
G=41.32%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624510200.000.590.0459.5888.8968.24
HexF6F566003B43c5944
Octal3663651460073474131104
Binary111101101111010111001100011101110011110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F566; }

 p { color: rgb(246,245,102); }

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

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

 a { background-color: rgb(246,245,102); }

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

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

 span { border-color: rgb(246,245,102); }

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