#F6D79F

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

Shades of Splash #F6D79F

Tints of Splash #F6D79F

Color information

#F6D79F (or 0xF6D79F) is unknown color: approx Splash. HEX triplet: F6, D7 and 9F. RGB value is (246,215,159). Sum of RGB (Red+Green+Blue) = 246+215+159=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D79F is #092860. Grayscale: #DADADA. Windows color (decimal): -600161 or 10475510. OLE color: 10475510.

HSL color Cylindrical-coordinate representation of color #F6D79F: hue angle of 38.62º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6D79F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB246215159-
CMYK00.130.350.04
HSL38.62º82.86%79.41%-
HSV(B)38.62º35.37%96.47%-
XYZ68.5670.742.83-
YUV217.8994.77148.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 159 (62.5% from 255) = 25.65%
R=39.68%
G=34.68%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621515900.130.350.0438.6282.8679.41
HexF6D79F0D23427534f
Octal36632723701543447123117
Binary1111011011010111100111110110110001110010011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D79F; }

 p { color: rgb(246,215,159); }

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

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

 a { background-color: rgb(246,215,159); }

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

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

 span { border-color: rgb(246,215,159); }

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