#FAF18C

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

Shades of Milan #FAF18C

Tints of Milan #FAF18C

Color information

#FAF18C (or 0xFAF18C) is unknown color: approx Milan. HEX triplet: FA, F1 and 8C. RGB value is (250,241,140). Sum of RGB (Red+Green+Blue) = 250+241+140=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF18C is #050E73. Grayscale: #E8E8E8. Windows color (decimal): -331380 or 9236986. OLE color: 9236986.

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

Color convert

RGB250241140-
CMYK00.040.440.02
HSL55.09º91.67%76.47%-
HSV(B)55.09º44%98.04%-
XYZ75.6185.1337.26-
YUV232.1875.98140.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 140 (55.08% from 255) = 22.19%
R=39.62%
G=38.19%
B=22.19%

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
Decimal25024114000.040.440.0255.0991.6776.47
HexFAF18C042C2375c4c
Octal3723612140454267134114
Binary11111010111100011000110001001011001011011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF18C; }

 p { color: rgb(250,241,140); }

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

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

 a { background-color: rgb(250,241,140); }

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

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

 span { border-color: rgb(250,241,140); }

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