#F1D595

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

Shades of Splash #F1D595

Tints of Splash #F1D595

Color information

#F1D595 (or 0xF1D595) is unknown color: approx Splash. HEX triplet: F1, D5 and 95. RGB value is (241,213,149). Sum of RGB (Red+Green+Blue) = 241+213+149=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D595 is #0E2A6A. Grayscale: #D6D6D6. Windows color (decimal): -928363 or 9819633. OLE color: 9819633.

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

Color convert

RGB241213149-
CMYK00.120.380.05
HSL41.74º76.67%76.47%-
HSV(B)41.74º38.17%94.51%-
XYZ65.4968.4638.2-
YUV214.0891.28147.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=39.97%
G=35.32%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121314900.120.380.0541.7476.6776.47
HexF1D5950C2652a4d4c
Octal36132522501446552115114
Binary1111000111010101100101010110010011010110101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D595; }

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

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

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

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

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

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

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

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