#F5D394

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

Shades of Splash #F5D394

Tints of Splash #F5D394

Color information

#F5D394 (or 0xF5D394) is unknown color: approx Splash. HEX triplet: F5, D3 and 94. RGB value is (245,211,148). Sum of RGB (Red+Green+Blue) = 245+211+148=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D394 is #0A2C6B. Grayscale: #D6D6D6. Windows color (decimal): -666732 or 9753589. OLE color: 9753589.

HSL color Cylindrical-coordinate representation of color #F5D394: hue angle of 38.97º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5D394 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245211148-
CMYK00.140.400.04
HSL38.97º82.91%77.06%-
HSV(B)38.97º39.59%96.08%-
XYZ66.368.1437.67-
YUV213.9890.76150.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=40.56%
G=34.93%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521114800.140.400.0438.9782.9177.06
HexF5D3940E28427534d
Octal36532322401650447123115
Binary1111010111010011100101000111010100010010011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D394; }

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

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

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

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

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

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

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

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