#F0D397

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

Shades of Splash #F0D397

Tints of Splash #F0D397

Color information

#F0D397 (or 0xF0D397) is unknown color: approx Splash. HEX triplet: F0, D3 and 97. RGB value is (240,211,151). Sum of RGB (Red+Green+Blue) = 240+211+151=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D397 is #0F2C68. Grayscale: #D5D5D5. Windows color (decimal): -994409 or 9950192. OLE color: 9950192.

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

Color convert

RGB240211151-
CMYK00.120.370.06
HSL40.45º74.79%76.67%-
HSV(B)40.45º37.08%94.12%-
XYZ64.8267.3538.86-
YUV212.8393.11147.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 151 (59.38% from 255) = 25.08%
R=39.87%
G=35.05%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021115100.120.370.0640.4574.7976.67
HexF0D3970C256284b4d
Octal36032322701445650113115
Binary1111000011010011100101110110010010111010100010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D397; }

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

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

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

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

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

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

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

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