#FAF997

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

Shades of Milan #FAF997

Tints of Milan #FAF997

Color information

#FAF997 (or 0xFAF997) is unknown color: approx Milan. HEX triplet: FA, F9 and 97. RGB value is (250,249,151). Sum of RGB (Red+Green+Blue) = 250+249+151=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 151 (59.38% from 255 or 23.23% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF997 is #050668. Grayscale: #EEEEEE. Windows color (decimal): -329321 or 9959930. OLE color: 9959930.

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

Color convert

RGB250249151-
CMYK00.000.400.02
HSL59.39º90.83%78.63%-
HSV(B)59.39º39.6%98.04%-
XYZ78.8990.3142.55-
YUV238.1378.83136.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 151 (59.38% from 255) = 23.23%
R=38.46%
G=38.31%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024915100.000.400.0259.3990.8378.63
HexFAF997002823b5b4f
Octal3723712270050273133117
Binary111110101111100110010111001010001011101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF997; }

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

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

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

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

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

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

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

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