#F6F072

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

Shades of Dolly #F6F072

Tints of Dolly #F6F072

Color information

#F6F072 (or 0xF6F072) is unknown color: approx Dolly. HEX triplet: F6, F0 and 72. RGB value is (246,240,114). Sum of RGB (Red+Green+Blue) = 246+240+114=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F072 is #090F8D. Grayscale: #E3E3E3. Windows color (decimal): -593806 or 7532790. OLE color: 7532790.

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

Color convert

RGB246240114-
CMYK00.020.540.04
HSL57.27º88%70.59%-
HSV(B)57.27º53.66%96.47%-
XYZ72.283.1328.16-
YUV227.4363.99141.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 19%
R=41%
G=40%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624011400.020.540.0457.278870.59
HexF6F07202364395847
Octal3663601620266471130107
Binary1111011011110000111001001011011010011100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F072; }

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

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

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

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

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

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

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

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