#F5D794

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

Shades of Splash #F5D794

Tints of Splash #F5D794

Color information

#F5D794 (or 0xF5D794) is unknown color: approx Splash. HEX triplet: F5, D7 and 94. RGB value is (245,215,148). Sum of RGB (Red+Green+Blue) = 245+215+148=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D794 is #0A286B. Grayscale: #D8D8D8. Windows color (decimal): -665708 or 9754613. OLE color: 9754613.

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

Color convert

RGB245215148-
CMYK00.120.400.04
HSL41.44º82.91%77.06%-
HSV(B)41.44º39.59%96.08%-
XYZ67.370.1538.01-
YUV216.3389.44148.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 148 (58.20% from 255) = 24.34%
R=40.30%
G=35.36%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521514800.120.400.0441.4482.9177.06
HexF5D7940C28429534d
Octal36532722401450451123115
Binary1111010111010111100101000110010100010010100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D794; }

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

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

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

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

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

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

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

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