#F0DC9D

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

Shades of Splash #F0DC9D

Tints of Splash #F0DC9D

Color information

#F0DC9D (or 0xF0DC9D) is unknown color: approx Splash. HEX triplet: F0, DC and 9D. RGB value is (240,220,157). Sum of RGB (Red+Green+Blue) = 240+220+157=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC9D is #0F2362. Grayscale: #DBDBDB. Windows color (decimal): -992099 or 10345712. OLE color: 10345712.

HSL color Cylindrical-coordinate representation of color #F0DC9D: hue angle of 45.54º 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 #F0DC9D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240220157-
CMYK00.080.350.06
HSL45.54º73.45%77.84%-
HSV(B)45.54º34.58%94.12%-
XYZ67.6172.1542.26-
YUV218.893.13143.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=38.90%
G=35.66%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022015700.080.350.0645.5473.4577.84
HexF0DC9D082362e494e
Octal36033423501043656111116
Binary1111000011011100100111010100010001111010111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC9D; }

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

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

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

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

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

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

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

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