#FAF185

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

Shades of Milan #FAF185

Tints of Milan #FAF185

Color information

#FAF185 (or 0xFAF185) is unknown color: approx Milan. HEX triplet: FA, F1 and 85. RGB value is (250,241,133). Sum of RGB (Red+Green+Blue) = 250+241+133=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF185 is #050E7A. Grayscale: #E7E7E7. Windows color (decimal): -331387 or 8778234. OLE color: 8778234.

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

Color convert

RGB250241133-
CMYK00.040.470.02
HSL55.38º92.13%75.1%-
HSV(B)55.38º46.8%98.04%-
XYZ75.1184.9334.62-
YUV231.3872.48141.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 133 (52.34% from 255) = 21.31%
R=40.06%
G=38.62%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024113300.040.470.0255.3892.1375.1
HexFAF185042F2375c4b
Octal3723612050457267134113
Binary11111010111100011000010101001011111011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF185; }

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

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

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

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

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

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

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

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