#FAF494

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

Shades of Milan #FAF494

Tints of Milan #FAF494

Color information

#FAF494 (or 0xFAF494) is unknown color: approx Milan. HEX triplet: FA, F4 and 94. RGB value is (250,244,148). Sum of RGB (Red+Green+Blue) = 250+244+148=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF494 is #050B6B. Grayscale: #EBEBEB. Windows color (decimal): -330604 or 9762042. OLE color: 9762042.

HSL color Cylindrical-coordinate representation of color #FAF494: hue angle of 56.47º 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 #FAF494 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250244148-
CMYK00.020.410.02
HSL56.47º91.07%78.04%-
HSV(B)56.47º40.8%98.04%-
XYZ77.1287.1640.78-
YUV234.8578.99138.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 148 (58.20% from 255) = 23.05%
R=38.94%
G=38.01%
B=23.05%

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
Decimal25024414800.020.410.0256.4791.0778.04
HexFAF49402292385b4e
Octal3723642240251270133116
Binary1111101011110100100101000101010011011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF494; }

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

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

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

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

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

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

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

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