#FAF08D

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

Shades of Milan #FAF08D

Tints of Milan #FAF08D

Color information

#FAF08D (or 0xFAF08D) is unknown color: approx Milan. HEX triplet: FA, F0 and 8D. RGB value is (250,240,141). Sum of RGB (Red+Green+Blue) = 250+240+141=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF08D is #050F72. Grayscale: #E8E8E8. Windows color (decimal): -331635 or 9302266. OLE color: 9302266.

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

Color convert

RGB250240141-
CMYK00.040.440.02
HSL54.5º91.6%76.67%-
HSV(B)54.5º43.6%98.04%-
XYZ75.3984.5737.55-
YUV231.776.81141.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 141 (55.47% from 255) = 22.35%
R=39.62%
G=38.03%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024014100.040.440.0254.591.676.67
HexFAF08D042C2365c4d
Octal3723602150454266134115
Binary11111010111100001000110101001011001011011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF08D; }

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

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

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

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

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

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

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

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