#F1D49A

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

Shades of Splash #F1D49A

Tints of Splash #F1D49A

Color information

#F1D49A (or 0xF1D49A) is unknown color: approx Splash. HEX triplet: F1, D4 and 9A. RGB value is (241,212,154). Sum of RGB (Red+Green+Blue) = 241+212+154=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D49A is #0E2B65. Grayscale: #D6D6D6. Windows color (decimal): -928614 or 10147057. OLE color: 10147057.

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

Color convert

RGB241212154-
CMYK00.120.360.05
HSL40º75.65%77.45%-
HSV(B)40º36.1%94.51%-
XYZ65.6568.1240.26-
YUV214.0694.11147.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=39.70%
G=34.93%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121215400.120.360.054075.6577.45
HexF1D49A0C245284c4d
Octal36132423201444550114115
Binary1111000111010100100110100110010010010110100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D49A; }

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

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

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

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

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

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

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

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