#F5D79C

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

Shades of Splash #F5D79C

Tints of Splash #F5D79C

Color information

#F5D79C (or 0xF5D79C) is unknown color: approx Splash. HEX triplet: F5, D7 and 9C. RGB value is (245,215,156). Sum of RGB (Red+Green+Blue) = 245+215+156=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D79C is #0A2863. Grayscale: #D9D9D9. Windows color (decimal): -665700 or 10278901. OLE color: 10278901.

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

Color convert

RGB245215156-
CMYK00.120.360.04
HSL39.78º81.65%78.63%-
HSV(B)39.78º36.33%96.08%-
XYZ67.9670.4141.46-
YUV217.2493.44147.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 156 (61.33% from 255) = 25.32%
R=39.77%
G=34.90%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521515600.120.360.0439.7881.6578.63
HexF5D79C0C24428524f
Octal36532723401444450122117
Binary1111010111010111100111000110010010010010100010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D79C; }

 p { color: rgb(245,215,156); }

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

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

 a { background-color: rgb(245,215,156); }

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

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

 span { border-color: rgb(245,215,156); }

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