#FAF397

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

Shades of Milan #FAF397

Tints of Milan #FAF397

Color information

#FAF397 (or 0xFAF397) is unknown color: approx Milan. HEX triplet: FA, F3 and 97. RGB value is (250,243,151). Sum of RGB (Red+Green+Blue) = 250+243+151=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 151 (59.38% from 255 or 23.45% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF397 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF397 is #050C68. Grayscale: #EAEAEA. Windows color (decimal): -330857 or 9958394. OLE color: 9958394.

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

Color convert

RGB250243151-
CMYK00.030.400.02
HSL55.76º90.83%78.63%-
HSV(B)55.76º39.6%98.04%-
XYZ77.0686.6641.94-
YUV234.680.82138.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 151 (59.38% from 255) = 23.45%
R=38.82%
G=37.73%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024315100.030.400.0255.7690.8378.63
HexFAF39703282385b4f
Octal3723632270350270133117
Binary1111101011110011100101110111010001011100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF397; }

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

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

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

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

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

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

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

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