#FFF487

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

Shades of Milan #FFF487

Tints of Milan #FFF487

Color information

#FFF487 (or 0xFFF487) is unknown color: approx Milan. HEX triplet: FF, F4 and 87. RGB value is (255,244,135). Sum of RGB (Red+Green+Blue) = 255+244+135=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 135 (53.12% from 255 or 21.29% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF487 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF487 is #000B78. Grayscale: #EBEBEB. Windows color (decimal): -2937 or 8910079. OLE color: 8910079.

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

Color convert

RGB255244135-
CMYK00.040.470
HSL54.5º100%76.47%-
HSV(B)54.5º47.06%100%-
XYZ77.9687.7135.74-
YUV234.8671.64142.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 244 (95.70% from 255) = 38.49%
BLUE value IS 135 (53.12% from 255) = 21.29%
R=40.22%
G=38.49%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524413500.040.47054.510076.47
HexFFF487042F036644c
Octal3773642070457066144114
Binary1111111111110100100001110100101111011011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF487; }

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

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

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

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

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

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

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

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