#F5D39A

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

Shades of Splash #F5D39A

Tints of Splash #F5D39A

Color information

#F5D39A (or 0xF5D39A) is unknown color: approx Splash. HEX triplet: F5, D3 and 9A. RGB value is (245,211,154). Sum of RGB (Red+Green+Blue) = 245+211+154=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D39A is #0A2C65. Grayscale: #D6D6D6. Windows color (decimal): -666726 or 10146805. OLE color: 10146805.

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

Color convert

RGB245211154-
CMYK00.140.370.04
HSL37.58º81.98%78.24%-
HSV(B)37.58º37.14%96.08%-
XYZ66.7868.3340.24-
YUV214.6793.76149.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 154 (60.55% from 255) = 25.25%
R=40.16%
G=34.59%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521115400.140.370.0437.5881.9878.24
HexF5D39A0E25426524e
Octal36532323201645446122116
Binary1111010111010011100110100111010010110010011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D39A; }

 p { color: rgb(245,211,154); }

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

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

 a { background-color: rgb(245,211,154); }

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

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

 span { border-color: rgb(245,211,154); }

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