#F6D992

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

Shades of Splash #F6D992

Tints of Splash #F6D992

Color information

#F6D992 (or 0xF6D992) is unknown color: approx Splash. HEX triplet: F6, D9 and 92. RGB value is (246,217,146). Sum of RGB (Red+Green+Blue) = 246+217+146=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D992 is #09266D. Grayscale: #D9D9D9. Windows color (decimal): -599662 or 9624054. OLE color: 9624054.

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

Color convert

RGB246217146-
CMYK00.120.410.04
HSL42.6º84.75%76.86%-
HSV(B)42.6º40.65%96.47%-
XYZ68.0171.2937.37-
YUV217.5887.61148.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 146 (57.42% from 255) = 23.97%
R=40.39%
G=35.63%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621714600.120.410.0442.684.7576.86
HexF6D9920C2942b554d
Octal36633122201451453125115
Binary1111011011011001100100100110010100110010101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D992; }

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

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

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

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

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

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

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

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