#F0D597

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

Shades of Splash #F0D597

Tints of Splash #F0D597

Color information

#F0D597 (or 0xF0D597) is unknown color: approx Splash. HEX triplet: F0, D5 and 97. RGB value is (240,213,151). Sum of RGB (Red+Green+Blue) = 240+213+151=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D597 is #0F2A68. Grayscale: #D6D6D6. Windows color (decimal): -993897 or 9950704. OLE color: 9950704.

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

Color convert

RGB240213151-
CMYK00.110.370.06
HSL41.8º74.79%76.67%-
HSV(B)41.8º37.08%94.12%-
XYZ65.3268.3539.03-
YUV21492.45146.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 151 (59.38% from 255) = 25%
R=39.74%
G=35.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021315100.110.370.0641.874.7976.67
HexF0D5970B2562a4b4d
Octal36032522701345652113115
Binary1111000011010101100101110101110010111010101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D597; }

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

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

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

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

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

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

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

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