#FAF793

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

Shades of Milan #FAF793

Tints of Milan #FAF793

Color information

#FAF793 (or 0xFAF793) is unknown color: approx Milan. HEX triplet: FA, F7 and 93. RGB value is (250,247,147). Sum of RGB (Red+Green+Blue) = 250+247+147=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 147 (57.81% from 255 or 22.83% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF793 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF793 is #05086C. Grayscale: #ECECEC. Windows color (decimal): -329837 or 9697274. OLE color: 9697274.

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

Color convert

RGB250247147-
CMYK00.010.410.02
HSL58.25º91.15%77.84%-
HSV(B)58.25º41.2%98.04%-
XYZ77.9588.9540.66-
YUV236.577.49137.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 247 (96.88% from 255) = 38.35%
BLUE value IS 147 (57.81% from 255) = 22.83%
R=38.82%
G=38.35%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024714700.010.410.0258.2591.1577.84
HexFAF793012923a5b4e
Octal3723672230151272133116
Binary111110101111011110010011011010011011101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF793; }

 p { color: rgb(250,247,147); }

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

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

 a { background-color: rgb(250,247,147); }

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

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

 span { border-color: rgb(250,247,147); }

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