#F1D99A

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

Shades of Splash #F1D99A

Tints of Splash #F1D99A

Color information

#F1D99A (or 0xF1D99A) is unknown color: approx Splash. HEX triplet: F1, D9 and 9A. RGB value is (241,217,154). Sum of RGB (Red+Green+Blue) = 241+217+154=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D99A is #0E2665. Grayscale: #D9D9D9. Windows color (decimal): -927334 or 10148337. OLE color: 10148337.

HSL color Cylindrical-coordinate representation of color #F1D99A: hue angle of 43.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1D99A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241217154-
CMYK00.100.360.05
HSL43.45º75.65%77.45%-
HSV(B)43.45º36.1%94.51%-
XYZ66.9270.6640.68-
YUV216.9992.45145.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=39.38%
G=35.46%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121715400.100.360.0543.4575.6577.45
HexF1D99A0A2452b4c4d
Octal36133123201244553114115
Binary1111000111011001100110100101010010010110101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D99A; }

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

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

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

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

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

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

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

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