#FAF090

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

Shades of Milan #FAF090

Tints of Milan #FAF090

Color information

#FAF090 (or 0xFAF090) is unknown color: approx Milan. HEX triplet: FA, F0 and 90. RGB value is (250,240,144). Sum of RGB (Red+Green+Blue) = 250+240+144=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 144 (56.64% from 255 or 22.71% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF090 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF090 is #050F6F. Grayscale: #E8E8E8. Windows color (decimal): -331632 or 9498874. OLE color: 9498874.

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

Color convert

RGB250240144-
CMYK00.040.420.02
HSL54.34º91.38%77.25%-
HSV(B)54.34º42.4%98.04%-
XYZ75.6284.6638.74-
YUV232.0578.31140.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 144 (56.64% from 255) = 22.71%
R=39.43%
G=37.85%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024014400.040.420.0254.3491.3877.25
HexFAF090042A2365b4d
Octal3723602200452266133115
Binary11111010111100001001000001001010101011011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF090; }

 p { color: rgb(250,240,144); }

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

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

 a { background-color: rgb(250,240,144); }

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

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

 span { border-color: rgb(250,240,144); }

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