#f0d79e

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

Shades of Splash #F0D79E

Tints of Splash #F0D79E

Color information

#F0D79E (or 0xF0D79E) is unknown color: approx Splash. HEX triplet: F0, D7 and 9E. RGB value is (240,215,158). Sum of RGB (Red+Green+Blue) = 240+215+158=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D79E is #0F2861. Grayscale: #D8D8D8. Windows color (decimal): -993378 or 10409968. OLE color: 10409968.

HSL color Cylindrical-coordinate representation of color #F0D79E: hue angle of 41.71º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0D79E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240215158-
CMYK00.100.340.06
HSL41.71º73.21%78.04%-
HSV(B)41.71º34.17%94.12%-
XYZ66.4169.5942.28-
YUV215.9895.28145.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 158 (62.11% from 255) = 25.77%
R=39.15%
G=35.07%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021515800.100.340.0641.7173.2178.04
HexF0D79E0A2262a494e
Octal36032723601242652111116
Binary1111000011010111100111100101010001011010101010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0d79e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0d79e; }

 p { color: rgb(240,215,158); }

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

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

 a { background-color: rgb(240,215,158); }

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

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

 span { border-color: rgb(240,215,158); }

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