#F5D19A

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

Shades of Splash #F5D19A

Tints of Splash #F5D19A

Color information

#F5D19A (or 0xF5D19A) is unknown color: approx Splash. HEX triplet: F5, D1 and 9A. RGB value is (245,209,154). Sum of RGB (Red+Green+Blue) = 245+209+154=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D19A is #0A2E65. Grayscale: #D5D5D5. Windows color (decimal): -667238 or 10146293. OLE color: 10146293.

HSL color Cylindrical-coordinate representation of color #F5D19A: hue angle of 36.26º 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 #F5D19A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245209154-
CMYK00.150.370.04
HSL36.26º81.98%78.24%-
HSV(B)36.26º37.14%96.08%-
XYZ66.2967.3540.08-
YUV213.4994.43150.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 154 (60.55% from 255) = 25.33%
R=40.30%
G=34.38%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520915400.150.370.0436.2681.9878.24
HexF5D19A0F25424524e
Octal36532123201745444122116
Binary1111010111010001100110100111110010110010010010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D19A; }

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

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

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

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

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

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

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

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