#FAF48A

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

Shades of Milan #FAF48A

Tints of Milan #FAF48A

Color information

#FAF48A (or 0xFAF48A) is unknown color: approx Milan. HEX triplet: FA, F4 and 8A. RGB value is (250,244,138). Sum of RGB (Red+Green+Blue) = 250+244+138=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 138 (54.30% from 255 or 21.84% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF48A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF48A is #050B75. Grayscale: #EAEAEA. Windows color (decimal): -330614 or 9106682. OLE color: 9106682.

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

Color convert

RGB250244138-
CMYK00.020.450.02
HSL56.79º91.8%76.08%-
HSV(B)56.79º44.8%98.04%-
XYZ76.3686.8636.79-
YUV233.7173.99139.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 138 (54.30% from 255) = 21.84%
R=39.56%
G=38.61%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024413800.020.450.0256.7991.876.08
HexFAF48A022D2395c4c
Octal3723642120255271134114
Binary1111101011110100100010100101011011011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF48A; }

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

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

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

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

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

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

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

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