#F9D99A

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

Shades of Splash #F9D99A

Tints of Splash #F9D99A

Color information

#F9D99A (or 0xF9D99A) is unknown color: approx Splash. HEX triplet: F9, D9 and 9A. RGB value is (249,217,154). Sum of RGB (Red+Green+Blue) = 249+217+154=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D99A is #062665. Grayscale: #DBDBDB. Windows color (decimal): -403046 or 10148345. OLE color: 10148345.

HSL color Cylindrical-coordinate representation of color #F9D99A: hue angle of 39.79º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9D99A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249217154-
CMYK00.130.380.02
HSL39.79º88.79%79.02%-
HSV(B)39.79º38.15%97.65%-
XYZ69.7172.140.81-
YUV219.3991.1149.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=40.16%
G=35%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921715400.130.380.0239.7988.7979.02
HexF9D99A0D26228594f
Octal37133123201546250131117
Binary111110011101100110011010011011001101010100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D99A; }

 p { color: rgb(249,217,154); }

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

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

 a { background-color: rgb(249,217,154); }

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

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

 span { border-color: rgb(249,217,154); }

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