#F1D495

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

Shades of Splash #F1D495

Tints of Splash #F1D495

Color information

#F1D495 (or 0xF1D495) is unknown color: approx Splash. HEX triplet: F1, D4 and 95. RGB value is (241,212,149). Sum of RGB (Red+Green+Blue) = 241+212+149=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D495 is #0E2B6A. Grayscale: #D5D5D5. Windows color (decimal): -928619 or 9819377. OLE color: 9819377.

HSL color Cylindrical-coordinate representation of color #F1D495: hue angle of 41.09º 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 #F1D495 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241212149-
CMYK00.120.380.05
HSL41.09º76.67%76.47%-
HSV(B)41.09º38.17%94.51%-
XYZ65.2467.9638.11-
YUV213.4991.61147.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=40.03%
G=35.22%
B=24.75%

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
Decimal24121214900.120.380.0541.0976.6776.47
HexF1D4950C265294d4c
Octal36132422501446551115114
Binary1111000111010100100101010110010011010110100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D495; }

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

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

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

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

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

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

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

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