#fff785

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

Shades of Milan #FFF785

Tints of Milan #FFF785

Color information

#FFF785 (or 0xFFF785) is unknown color: approx Milan. HEX triplet: FF, F7 and 85. RGB value is (255,247,133). Sum of RGB (Red+Green+Blue) = 255+247+133=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 133 (52.34% from 255 or 20.94% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF785 is #00087A. Grayscale: #ECECEC. Windows color (decimal): -2171 or 8779775. OLE color: 8779775.

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

Color convert

RGB255247133-
CMYK00.030.480
HSL56.07º100%76.08%-
HSV(B)56.07º47.84%100%-
XYZ78.7389.4735.31-
YUV236.469.65141.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 247 (96.88% from 255) = 38.90%
BLUE value IS 133 (52.34% from 255) = 20.94%
R=40.16%
G=38.90%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524713300.030.48056.0710076.08
HexFFF7850330038644c
Octal3773672050360070144114
Binary111111111111011110000101011110000011100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff785; }

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

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

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

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

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

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

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

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