#F5D894

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

Shades of Splash #F5D894

Tints of Splash #F5D894

Color information

#F5D894 (or 0xF5D894) is unknown color: approx Splash. HEX triplet: F5, D8 and 94. RGB value is (245,216,148). Sum of RGB (Red+Green+Blue) = 245+216+148=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D894 is #0A276B. Grayscale: #D9D9D9. Windows color (decimal): -665452 or 9754869. OLE color: 9754869.

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

Color convert

RGB245216148-
CMYK00.120.400.04
HSL42.06º82.91%77.06%-
HSV(B)42.06º39.59%96.08%-
XYZ67.5670.6638.1-
YUV216.9289.11148.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.23%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 148 (58.20% from 255) = 24.30%
R=40.23%
G=35.47%
B=24.30%

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
Decimal24521614800.120.400.0442.0682.9177.06
HexF5D8940C2842a534d
Octal36533022401450452123115
Binary1111010111011000100101000110010100010010101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D894; }

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

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

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

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

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

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

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

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