#F9DA95

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

Shades of Splash #F9DA95

Tints of Splash #F9DA95

Color information

#F9DA95 (or 0xF9DA95) is unknown color: approx Splash. HEX triplet: F9, DA and 95. RGB value is (249,218,149). Sum of RGB (Red+Green+Blue) = 249+218+149=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA95 is #06256A. Grayscale: #DBDBDB. Windows color (decimal): -402795 or 9820921. OLE color: 9820921.

HSL color Cylindrical-coordinate representation of color #F9DA95: hue angle of 41.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9DA95 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249218149-
CMYK00.120.400.02
HSL41.4º89.29%78.04%-
HSV(B)41.4º40.16%97.65%-
XYZ69.5672.4538.75-
YUV219.488.27149.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 149 (58.59% from 255) = 24.19%
R=40.42%
G=35.39%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921814900.120.400.0241.489.2978.04
HexF9DA950C28229594e
Octal37133222501450251131116
Binary111110011101101010010101011001010001010100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DA95; }

 p { color: rgb(249,218,149); }

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

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

 a { background-color: rgb(249,218,149); }

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

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

 span { border-color: rgb(249,218,149); }

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