#FAF988

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

Shades of Milan #FAF988

Tints of Milan #FAF988

Color information

#FAF988 (or 0xFAF988) is unknown color: approx Milan. HEX triplet: FA, F9 and 88. RGB value is (250,249,136). Sum of RGB (Red+Green+Blue) = 250+249+136=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 136 (53.52% from 255 or 21.42% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF988 is #050677. Grayscale: #ECECEC. Windows color (decimal): -329336 or 8976890. OLE color: 8976890.

HSL color Cylindrical-coordinate representation of color #FAF988: hue angle of 59.47º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAF988 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250249136-
CMYK00.000.460.02
HSL59.47º91.94%75.69%-
HSV(B)59.47º45.6%98.04%-
XYZ77.7489.8536.54-
YUV236.4271.33137.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 249 (97.66% from 255) = 39.21%
BLUE value IS 136 (53.52% from 255) = 21.42%
R=39.37%
G=39.21%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024913600.000.460.0259.4791.9475.69
HexFAF988002E23b5c4c
Octal3723712100056273134114
Binary111110101111100110001000001011101011101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF988; }

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

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

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

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

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

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

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

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