#FFF786

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

Shades of Milan #FFF786

Tints of Milan #FFF786

Color information

#FFF786 (or 0xFFF786) is unknown color: approx Milan. HEX triplet: FF, F7 and 86. RGB value is (255,247,134). Sum of RGB (Red+Green+Blue) = 255+247+134=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 134 (52.73% from 255 or 21.07% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF786 is #000879. Grayscale: #ECECEC. Windows color (decimal): -2170 or 8845311. OLE color: 8845311.

HSL color Cylindrical-coordinate representation of color #FFF786: hue angle of 56.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFF786 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255247134-
CMYK00.030.470
HSL56.03º100%76.27%-
HSV(B)56.03º47.45%100%-
XYZ78.889.535.68-
YUV236.5170.15141.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 247 (96.88% from 255) = 38.84%
BLUE value IS 134 (52.73% from 255) = 21.07%
R=40.09%
G=38.84%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524713400.030.47056.0310076.27
HexFFF786032F038644c
Octal3773672060357070144114
Binary111111111111011110000110011101111011100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF786; }

 p { color: rgb(255,247,134); }

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

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

 a { background-color: rgb(255,247,134); }

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

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

 span { border-color: rgb(255,247,134); }

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