#F6F47C

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

Shades of Dolly #F6F47C

Tints of Dolly #F6F47C

Color information

#F6F47C (or 0xF6F47C) is unknown color: approx Dolly. HEX triplet: F6, F4 and 7C. RGB value is (246,244,124). Sum of RGB (Red+Green+Blue) = 246+244+124=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F47C is #090B83. Grayscale: #E7E7E7. Windows color (decimal): -592772 or 8189174. OLE color: 8189174.

HSL color Cylindrical-coordinate representation of color #F6F47C: hue angle of 59.02º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6F47C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246244124-
CMYK00.010.500.04
HSL59.02º87.14%72.55%-
HSV(B)59.02º49.59%96.47%-
XYZ73.9985.7531.72-
YUV230.9267.66138.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 244 (95.70% from 255) = 39.74%
BLUE value IS 124 (48.83% from 255) = 20.20%
R=40.07%
G=39.74%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624412400.010.500.0459.0287.1472.55
HexF6F47C013243b5749
Octal3663641740162473127111
Binary111101101111010011111000111001010011101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F47C; }

 p { color: rgb(246,244,124); }

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

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

 a { background-color: rgb(246,244,124); }

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

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

 span { border-color: rgb(246,244,124); }

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