#F6E96D

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

Shades of Dolly #F6E96D

Tints of Dolly #F6E96D

Color information

#F6E96D (or 0xF6E96D) is unknown color: approx Dolly. HEX triplet: F6, E9 and 6D. RGB value is (246,233,109). Sum of RGB (Red+Green+Blue) = 246+233+109=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 109 (42.97% from 255 or 18.54% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E96D is #091692. Grayscale: #DFDFDF. Windows color (decimal): -595603 or 7203318. OLE color: 7203318.

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

Color convert

RGB246233109-
CMYK00.050.560.04
HSL54.31º88.39%69.61%-
HSV(B)54.31º55.69%96.47%-
XYZ69.9178.9726.03-
YUV222.7563.81144.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 109 (42.97% from 255) = 18.54%
R=41.84%
G=39.63%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623310900.050.560.0454.3188.3969.61
HexF6E96D05384365846
Octal3663511550570466130106
Binary11110110111010011101101010111100010011011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E96D; }

 p { color: rgb(246,233,109); }

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

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

 a { background-color: rgb(246,233,109); }

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

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

 span { border-color: rgb(246,233,109); }

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