#F8DA99

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

Shades of Splash #F8DA99

Tints of Splash #F8DA99

Color information

#F8DA99 (or 0xF8DA99) is unknown color: approx Splash. HEX triplet: F8, DA and 99. RGB value is (248,218,153). Sum of RGB (Red+Green+Blue) = 248+218+153=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DA99 is #072566. Grayscale: #DBDBDB. Windows color (decimal): -468327 or 10083064. OLE color: 10083064.

HSL color Cylindrical-coordinate representation of color #F8DA99: hue angle of 41.05º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8DA99 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248218153-
CMYK00.120.380.03
HSL41.05º87.16%78.63%-
HSV(B)41.05º38.31%97.25%-
XYZ69.5372.440.45-
YUV219.5690.44148.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 153 (60.16% from 255) = 24.72%
R=40.06%
G=35.22%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821815300.120.380.0341.0587.1678.63
HexF8DA990C26329574f
Octal37033223101446351127117
Binary111110001101101010011001011001001101110100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA99; }

 p { color: rgb(248,218,153); }

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

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

 a { background-color: rgb(248,218,153); }

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

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

 span { border-color: rgb(248,218,153); }

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