#F1D591

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

Shades of Splash #F1D591

Tints of Splash #F1D591

Color information

#F1D591 (or 0xF1D591) is unknown color: approx Splash. HEX triplet: F1, D5 and 91. RGB value is (241,213,145). Sum of RGB (Red+Green+Blue) = 241+213+145=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D591 is #0E2A6E. Grayscale: #D5D5D5. Windows color (decimal): -928367 or 9557489. OLE color: 9557489.

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

Color convert

RGB241213145-
CMYK00.120.400.05
HSL42.5º77.42%75.69%-
HSV(B)42.5º39.83%94.51%-
XYZ65.1868.3336.54-
YUV213.6289.28147.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=40.23%
G=35.56%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121314500.120.400.0542.577.4275.69
HexF1D5910C2852a4d4c
Octal36132522101450552115114
Binary1111000111010101100100010110010100010110101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D591; }

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

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

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

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

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

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

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

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