#F0D994

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

Shades of Splash #F0D994

Tints of Splash #F0D994

Color information

#F0D994 (or 0xF0D994) is unknown color: approx Splash. HEX triplet: F0, D9 and 94. RGB value is (240,217,148). Sum of RGB (Red+Green+Blue) = 240+217+148=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D994 is #0F266B. Grayscale: #D8D8D8. Windows color (decimal): -992876 or 9755120. OLE color: 9755120.

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

Color convert

RGB240217148-
CMYK00.100.380.06
HSL45º75.41%76.08%-
HSV(B)45º38.33%94.12%-
XYZ66.0970.2938.1-
YUV216.0189.62145.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=39.67%
G=35.87%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021714800.100.380.064575.4176.08
HexF0D9940A2662d4b4c
Octal36033122401246655113114
Binary1111000011011001100101000101010011011010110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D994; }

 p { color: rgb(240,217,148); }

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

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

 a { background-color: rgb(240,217,148); }

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

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

 span { border-color: rgb(240,217,148); }

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