#FAF297

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

Shades of Milan #FAF297

Tints of Milan #FAF297

Color information

#FAF297 (or 0xFAF297) is unknown color: approx Milan. HEX triplet: FA, F2 and 97. RGB value is (250,242,151). Sum of RGB (Red+Green+Blue) = 250+242+151=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 151 (59.38% from 255 or 23.48% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF297 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF297 is #050D68. Grayscale: #EAEAEA. Windows color (decimal): -331113 or 9958138. OLE color: 9958138.

HSL color Cylindrical-coordinate representation of color #FAF297: hue angle of 55.15º 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 #FAF297 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250242151-
CMYK00.030.400.02
HSL55.15º90.83%78.63%-
HSV(B)55.15º39.6%98.04%-
XYZ76.7686.0641.84-
YUV234.0281.15139.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 151 (59.38% from 255) = 23.48%
R=38.88%
G=37.64%
B=23.48%

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
Decimal25024215100.030.400.0255.1590.8378.63
HexFAF29703282375b4f
Octal3723622270350267133117
Binary1111101011110010100101110111010001011011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF297; }

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

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

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

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

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

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

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

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