#FAF187

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

Shades of Milan #FAF187

Tints of Milan #FAF187

Color information

#FAF187 (or 0xFAF187) is unknown color: approx Milan. HEX triplet: FA, F1 and 87. RGB value is (250,241,135). Sum of RGB (Red+Green+Blue) = 250+241+135=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 135 (53.12% from 255 or 21.57% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF187 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF187 is #050E78. Grayscale: #E8E8E8. Windows color (decimal): -331385 or 8909306. OLE color: 8909306.

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

Color convert

RGB250241135-
CMYK00.040.460.02
HSL55.3º92%75.49%-
HSV(B)55.3º46%98.04%-
XYZ75.2584.9835.36-
YUV231.6173.48141.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 135 (53.12% from 255) = 21.57%
R=39.94%
G=38.50%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024113500.040.460.0255.39275.49
HexFAF187042E2375c4b
Octal3723612070456267134113
Binary11111010111100011000011101001011101011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF187; }

 p { color: rgb(250,241,135); }

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

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

 a { background-color: rgb(250,241,135); }

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

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

 span { border-color: rgb(250,241,135); }

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