#F0DA9D

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

Shades of Splash #F0DA9D

Tints of Splash #F0DA9D

Color information

#F0DA9D (or 0xF0DA9D) is unknown color: approx Splash. HEX triplet: F0, DA and 9D. RGB value is (240,218,157). Sum of RGB (Red+Green+Blue) = 240+218+157=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA9D is #0F2562. Grayscale: #D9D9D9. Windows color (decimal): -992611 or 10345200. OLE color: 10345200.

HSL color Cylindrical-coordinate representation of color #F0DA9D: hue angle of 44.1º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0DA9D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240218157-
CMYK00.090.350.06
HSL44.1º73.45%77.84%-
HSV(B)44.1º34.58%94.12%-
XYZ67.0971.142.09-
YUV217.6293.79143.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=39.02%
G=35.45%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021815700.090.350.0644.173.4577.84
HexF0DA9D092362c494e
Octal36033223501143654111116
Binary1111000011011010100111010100110001111010110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DA9D; }

 p { color: rgb(240,218,157); }

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

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

 a { background-color: rgb(240,218,157); }

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

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

 span { border-color: rgb(240,218,157); }

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