#F0D697

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

Shades of Splash #F0D697

Tints of Splash #F0D697

Color information

#F0D697 (or 0xF0D697) is unknown color: approx Splash. HEX triplet: F0, D6 and 97. RGB value is (240,214,151). Sum of RGB (Red+Green+Blue) = 240+214+151=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D697 is #0F2968. Grayscale: #D6D6D6. Windows color (decimal): -993641 or 9950960. OLE color: 9950960.

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

Color convert

RGB240214151-
CMYK00.110.370.06
HSL42.47º74.79%76.67%-
HSV(B)42.47º37.08%94.12%-
XYZ65.5768.8539.11-
YUV214.5992.11146.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=39.67%
G=35.37%
B=24.96%

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
Decimal24021415100.110.370.0642.4774.7976.67
HexF0D6970B2562a4b4d
Octal36032622701345652113115
Binary1111000011010110100101110101110010111010101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D697; }

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

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

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

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

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

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

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

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