#FAF48D

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

Shades of Milan #FAF48D

Tints of Milan #FAF48D

Color information

#FAF48D (or 0xFAF48D) is unknown color: approx Milan. HEX triplet: FA, F4 and 8D. RGB value is (250,244,141). Sum of RGB (Red+Green+Blue) = 250+244+141=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 141 (55.47% from 255 or 22.20% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF48D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF48D is #050B72. Grayscale: #EAEAEA. Windows color (decimal): -330611 or 9303290. OLE color: 9303290.

HSL color Cylindrical-coordinate representation of color #FAF48D: hue angle of 56.7º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAF48D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250244141-
CMYK00.020.440.02
HSL56.7º91.6%76.67%-
HSV(B)56.7º43.6%98.04%-
XYZ76.5886.9537.95-
YUV234.0575.49139.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 141 (55.47% from 255) = 22.20%
R=39.37%
G=38.43%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024414100.020.440.0256.791.676.67
HexFAF48D022C2395c4d
Octal3723642150254271134115
Binary1111101011110100100011010101011001011100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF48D; }

 p { color: rgb(250,244,141); }

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

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

 a { background-color: rgb(250,244,141); }

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

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

 span { border-color: rgb(250,244,141); }

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