#F5D294

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

Shades of Splash #F5D294

Tints of Splash #F5D294

Color information

#F5D294 (or 0xF5D294) is unknown color: approx Splash. HEX triplet: F5, D2 and 94. RGB value is (245,210,148). Sum of RGB (Red+Green+Blue) = 245+210+148=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D294 is #0A2D6B. Grayscale: #D5D5D5. Windows color (decimal): -666988 or 9753333. OLE color: 9753333.

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

Color convert

RGB245210148-
CMYK00.140.400.04
HSL38.35º82.91%77.06%-
HSV(B)38.35º39.59%96.08%-
XYZ66.0567.6437.59-
YUV213.491.1150.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=40.63%
G=34.83%
B=24.54%

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
Decimal24521014800.140.400.0438.3582.9177.06
HexF5D2940E28426534d
Octal36532222401650446123115
Binary1111010111010010100101000111010100010010011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D294; }

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

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

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

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

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

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

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

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