#FFF485

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

Shades of Milan #FFF485

Tints of Milan #FFF485

Color information

#FFF485 (or 0xFFF485) is unknown color: approx Milan. HEX triplet: FF, F4 and 85. RGB value is (255,244,133). Sum of RGB (Red+Green+Blue) = 255+244+133=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 133 (52.34% from 255 or 21.04% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF485 is #000B7A. Grayscale: #EBEBEB. Windows color (decimal): -2939 or 8779007. OLE color: 8779007.

HSL color Cylindrical-coordinate representation of color #FFF485: hue angle of 54.59º 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 #FFF485 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255244133-
CMYK00.040.480
HSL54.59º100%76.08%-
HSV(B)54.59º47.84%100%-
XYZ77.8287.6535.01-
YUV234.6370.64142.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 133 (52.34% from 255) = 21.04%
R=40.35%
G=38.61%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524413300.040.48054.5910076.08
HexFFF4850430037644c
Octal3773642050460067144114
Binary1111111111110100100001010100110000011011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF485; }

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

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

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

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

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

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

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

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