#FAF392

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

Shades of Milan #FAF392

Tints of Milan #FAF392

Color information

#FAF392 (or 0xFAF392) is unknown color: approx Milan. HEX triplet: FA, F3 and 92. RGB value is (250,243,146). Sum of RGB (Red+Green+Blue) = 250+243+146=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF392 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF392 is #050C6D. Grayscale: #EAEAEA. Windows color (decimal): -330862 or 9630714. OLE color: 9630714.

HSL color Cylindrical-coordinate representation of color #FAF392: hue angle of 55.96º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAF392 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250243146-
CMYK00.030.420.02
HSL55.96º91.23%77.65%-
HSV(B)55.96º41.6%98.04%-
XYZ76.6686.539.85-
YUV234.0478.32139.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 146 (57.42% from 255) = 22.85%
R=39.12%
G=38.03%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024314600.030.420.0255.9691.2377.65
HexFAF392032A2385b4e
Octal3723632220352270133116
Binary1111101011110011100100100111010101011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF392; }

 p { color: rgb(250,243,146); }

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

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

 a { background-color: rgb(250,243,146); }

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

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

 span { border-color: rgb(250,243,146); }

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