#F6D996

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

Shades of Splash #F6D996

Tints of Splash #F6D996

Color information

#F6D996 (or 0xF6D996) is unknown color: approx Splash. HEX triplet: F6, D9 and 96. RGB value is (246,217,150). Sum of RGB (Red+Green+Blue) = 246+217+150=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D996 is #092669. Grayscale: #DADADA. Windows color (decimal): -599658 or 9886198. OLE color: 9886198.

HSL color Cylindrical-coordinate representation of color #F6D996: hue angle of 41.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6D996 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246217150-
CMYK00.120.390.04
HSL41.88º84.21%77.65%-
HSV(B)41.88º39.02%96.47%-
XYZ68.3271.4239.04-
YUV218.0389.61147.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=40.13%
G=35.40%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621715000.120.390.0441.8884.2177.65
HexF6D9960C2742a544e
Octal36633122601447452124116
Binary1111011011011001100101100110010011110010101010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D996; }

 p { color: rgb(246,217,150); }

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

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

 a { background-color: rgb(246,217,150); }

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

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

 span { border-color: rgb(246,217,150); }

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