#F5DA9B

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

Shades of Splash #F5DA9B

Tints of Splash #F5DA9B

Color information

#F5DA9B (or 0xF5DA9B) is unknown color: approx Splash. HEX triplet: F5, DA and 9B. RGB value is (245,218,155). Sum of RGB (Red+Green+Blue) = 245+218+155=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA9B is #0A2564. Grayscale: #DBDBDB. Windows color (decimal): -664933 or 10214133. OLE color: 10214133.

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

Color convert

RGB245218155-
CMYK00.110.370.04
HSL42º81.82%78.43%-
HSV(B)42º36.73%96.08%-
XYZ68.6471.9241.27-
YUV218.8991.95146.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 155 (60.94% from 255) = 25.08%
R=39.64%
G=35.28%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521815500.110.370.044281.8278.43
HexF5DA9B0B2542a524e
Octal36533223301345452122116
Binary1111010111011010100110110101110010110010101010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA9B; }

 p { color: rgb(245,218,155); }

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

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

 a { background-color: rgb(245,218,155); }

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

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

 span { border-color: rgb(245,218,155); }

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