#F0D295

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

Shades of Splash #F0D295

Tints of Splash #F0D295

Color information

#F0D295 (or 0xF0D295) is unknown color: approx Splash. HEX triplet: F0, D2 and 95. RGB value is (240,210,149). Sum of RGB (Red+Green+Blue) = 240+210+149=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D295 is #0F2D6A. Grayscale: #D4D4D4. Windows color (decimal): -994667 or 9818864. OLE color: 9818864.

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

Color convert

RGB240210149-
CMYK00.120.380.06
HSL40.22º75.21%76.27%-
HSV(B)40.22º37.92%94.12%-
XYZ64.4166.7937.93-
YUV212.0292.44147.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=40.07%
G=35.06%
B=24.87%

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
Decimal24021014900.120.380.0640.2275.2176.27
HexF0D2950C266284b4c
Octal36032222501446650113114
Binary1111000011010010100101010110010011011010100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D295; }

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

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

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

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

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

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

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

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