#F0D495

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

Shades of Splash #F0D495

Tints of Splash #F0D495

Color information

#F0D495 (or 0xF0D495) is unknown color: approx Splash. HEX triplet: F0, D4 and 95. RGB value is (240,212,149). Sum of RGB (Red+Green+Blue) = 240+212+149=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D495 is #0F2B6A. Grayscale: #D5D5D5. Windows color (decimal): -994155 or 9819376. OLE color: 9819376.

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

Color convert

RGB240212149-
CMYK00.120.380.06
HSL41.54º75.21%76.27%-
HSV(B)41.54º37.92%94.12%-
XYZ64.967.7838.1-
YUV213.1991.78147.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=39.93%
G=35.27%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021214900.120.380.0641.5475.2176.27
HexF0D4950C2662a4b4c
Octal36032422501446652113114
Binary1111000011010100100101010110010011011010101010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D495; }

 p { color: rgb(240,212,149); }

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

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

 a { background-color: rgb(240,212,149); }

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

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

 span { border-color: rgb(240,212,149); }

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