#F1D59E

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

Shades of Splash #F1D59E

Tints of Splash #F1D59E

Color information

#F1D59E (or 0xF1D59E) is unknown color: approx Splash. HEX triplet: F1, D5 and 9E. RGB value is (241,213,158). Sum of RGB (Red+Green+Blue) = 241+213+158=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D59E is #0E2A61. Grayscale: #D7D7D7. Windows color (decimal): -928354 or 10409457. OLE color: 10409457.

HSL color Cylindrical-coordinate representation of color #F1D59E: hue angle of 39.76º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1D59E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241213158-
CMYK00.120.340.05
HSL39.76º74.77%78.24%-
HSV(B)39.76º34.44%94.51%-
XYZ66.2468.7642.13-
YUV215.195.78146.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=39.38%
G=34.80%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121315800.120.340.0539.7674.7778.24
HexF1D59E0C225284b4e
Octal36132523601442550113116
Binary1111000111010101100111100110010001010110100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D59E; }

 p { color: rgb(241,213,158); }

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

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

 a { background-color: rgb(241,213,158); }

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

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

 span { border-color: rgb(241,213,158); }

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