#FAF188

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

Shades of Milan #FAF188

Tints of Milan #FAF188

Color information

#FAF188 (or 0xFAF188) is unknown color: approx Milan. HEX triplet: FA, F1 and 88. RGB value is (250,241,136). Sum of RGB (Red+Green+Blue) = 250+241+136=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 136 (53.52% from 255 or 21.69% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF188 is #050E77. Grayscale: #E8E8E8. Windows color (decimal): -331384 or 8974842. OLE color: 8974842.

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

Color convert

RGB250241136-
CMYK00.040.460.02
HSL55.26º91.94%75.69%-
HSV(B)55.26º45.6%98.04%-
XYZ75.3285.0135.73-
YUV231.7273.98141.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 136 (53.52% from 255) = 21.69%
R=39.87%
G=38.44%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024113600.040.460.0255.2691.9475.69
HexFAF188042E2375c4c
Octal3723612100456267134114
Binary11111010111100011000100001001011101011011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF188; }

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

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

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

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

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

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

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

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