#FAF291

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

Shades of Milan #FAF291

Tints of Milan #FAF291

Color information

#FAF291 (or 0xFAF291) is unknown color: approx Milan. HEX triplet: FA, F2 and 91. RGB value is (250,242,145). Sum of RGB (Red+Green+Blue) = 250+242+145=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 145 (57.03% from 255 or 22.76% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF291 is #050D6E. Grayscale: #E9E9E9. Windows color (decimal): -331119 or 9564922. OLE color: 9564922.

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

Color convert

RGB250242145-
CMYK00.030.420.02
HSL55.43º91.3%77.45%-
HSV(B)55.43º42%98.04%-
XYZ76.2985.8739.34-
YUV233.3378.15139.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 145 (57.03% from 255) = 22.76%
R=39.25%
G=37.99%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024214500.030.420.0255.4391.377.45
HexFAF291032A2375b4d
Octal3723622210352267133115
Binary1111101011110010100100010111010101011011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF291; }

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

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

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

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

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

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

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

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