#F6F076

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

Shades of Dolly #F6F076

Tints of Dolly #F6F076

Color information

#F6F076 (or 0xF6F076) is unknown color: approx Dolly. HEX triplet: F6, F0 and 76. RGB value is (246,240,118). Sum of RGB (Red+Green+Blue) = 246+240+118=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F076 is #090F89. Grayscale: #E4E4E4. Windows color (decimal): -593802 or 7794934. OLE color: 7794934.

HSL color Cylindrical-coordinate representation of color #F6F076: hue angle of 57.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6F076 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246240118-
CMYK00.020.520.04
HSL57.19º87.67%71.37%-
HSV(B)57.19º52.03%96.47%-
XYZ72.4483.2229.39-
YUV227.8965.99140.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 118 (46.48% from 255) = 19.54%
R=40.73%
G=39.74%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624011800.020.520.0457.1987.6771.37
HexF6F07602344395847
Octal3663601660264471130107
Binary1111011011110000111011001011010010011100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F076; }

 p { color: rgb(246,240,118); }

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

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

 a { background-color: rgb(246,240,118); }

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

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

 span { border-color: rgb(246,240,118); }

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