#F1D590

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

Shades of Splash #F1D590

Tints of Splash #F1D590

Color information

#F1D590 (or 0xF1D590) is unknown color: approx Splash. HEX triplet: F1, D5 and 90. RGB value is (241,213,144). Sum of RGB (Red+Green+Blue) = 241+213+144=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D590 is #0E2A6F. Grayscale: #D5D5D5. Windows color (decimal): -928368 or 9491953. OLE color: 9491953.

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

Color convert

RGB241213144-
CMYK00.120.400.05
HSL42.68º77.6%75.49%-
HSV(B)42.68º40.25%94.51%-
XYZ65.168.336.14-
YUV213.5188.78147.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 144 (56.64% from 255) = 24.08%
R=40.30%
G=35.62%
B=24.08%

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
Decimal24121314400.120.400.0542.6877.675.49
HexF1D5900C2852b4e4b
Octal36132522001450553116113
Binary1111000111010101100100000110010100010110101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D590; }

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

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

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

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

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

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

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

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