#F5D599

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

Shades of Splash #F5D599

Tints of Splash #F5D599

Color information

#F5D599 (or 0xF5D599) is unknown color: approx Splash. HEX triplet: F5, D5 and 99. RGB value is (245,213,153). Sum of RGB (Red+Green+Blue) = 245+213+153=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D599 is #0A2A66. Grayscale: #D8D8D8. Windows color (decimal): -666215 or 10081781. OLE color: 10081781.

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

Color convert

RGB245213153-
CMYK00.130.380.04
HSL39.13º82.14%78.04%-
HSV(B)39.13º37.55%96.08%-
XYZ67.269.339.97-
YUV215.7392.6148.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=40.10%
G=34.86%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521315300.130.380.0439.1382.1478.04
HexF5D5990D26427524e
Octal36532523101546447122116
Binary1111010111010101100110010110110011010010011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D599; }

 p { color: rgb(245,213,153); }

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

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

 a { background-color: rgb(245,213,153); }

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

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

 span { border-color: rgb(245,213,153); }

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