#FAF28E

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

Shades of Milan #FAF28E

Tints of Milan #FAF28E

Color information

#FAF28E (or 0xFAF28E) is unknown color: approx Milan. HEX triplet: FA, F2 and 8E. RGB value is (250,242,142). Sum of RGB (Red+Green+Blue) = 250+242+142=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 142 (55.86% from 255 or 22.40% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF28E is #050D71. Grayscale: #E9E9E9. Windows color (decimal): -331122 or 9368314. OLE color: 9368314.

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

Color convert

RGB250242142-
CMYK00.030.430.02
HSL55.56º91.53%76.86%-
HSV(B)55.56º43.2%98.04%-
XYZ76.0685.7838.14-
YUV232.9976.65140.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 142 (55.86% from 255) = 22.40%
R=39.43%
G=38.17%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024214200.030.430.0255.5691.5376.86
HexFAF28E032B2385c4d
Octal3723622160353270134115
Binary1111101011110010100011100111010111011100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF28E; }

 p { color: rgb(250,242,142); }

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

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

 a { background-color: rgb(250,242,142); }

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

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

 span { border-color: rgb(250,242,142); }

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