#FAF594

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

Shades of Milan #FAF594

Tints of Milan #FAF594

Color information

#FAF594 (or 0xFAF594) is unknown color: approx Milan. HEX triplet: FA, F5 and 94. RGB value is (250,245,148). Sum of RGB (Red+Green+Blue) = 250+245+148=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF594 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF594 is #050A6B. Grayscale: #EBEBEB. Windows color (decimal): -330348 or 9762298. OLE color: 9762298.

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

Color convert

RGB250245148-
CMYK00.020.410.02
HSL57.06º91.07%78.04%-
HSV(B)57.06º40.8%98.04%-
XYZ77.4287.7740.88-
YUV235.4478.66138.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 245 (96.09% from 255) = 38.10%
BLUE value IS 148 (58.20% from 255) = 23.02%
R=38.88%
G=38.10%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024514800.020.410.0257.0691.0778.04
HexFAF59402292395b4e
Octal3723652240251271133116
Binary1111101011110101100101000101010011011100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF594; }

 p { color: rgb(250,245,148); }

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

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

 a { background-color: rgb(250,245,148); }

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

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

 span { border-color: rgb(250,245,148); }

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