#F0DA97

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

Shades of Splash #F0DA97

Tints of Splash #F0DA97

Color information

#F0DA97 (or 0xF0DA97) is unknown color: approx Splash. HEX triplet: F0, DA and 97. RGB value is (240,218,151). Sum of RGB (Red+Green+Blue) = 240+218+151=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA97 is #0F2568. Grayscale: #D9D9D9. Windows color (decimal): -992617 or 9951984. OLE color: 9951984.

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

Color convert

RGB240218151-
CMYK00.090.370.06
HSL45.17º74.79%76.67%-
HSV(B)45.17º37.08%94.12%-
XYZ66.5970.939.45-
YUV216.9490.79144.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=39.41%
G=35.80%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021815100.090.370.0645.1774.7976.67
HexF0DA97092562d4b4d
Octal36033222701145655113115
Binary1111000011011010100101110100110010111010110110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DA97; }

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

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

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

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

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

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

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

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