#F7F485

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

Shades of Milan #F7F485

Tints of Milan #F7F485

Color information

#F7F485 (or 0xF7F485) is unknown color: approx Milan. HEX triplet: F7, F4 and 85. RGB value is (247,244,133). Sum of RGB (Red+Green+Blue) = 247+244+133=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F485 is #080B7A. Grayscale: #E8E8E8. Windows color (decimal): -527227 or 8778999. OLE color: 8778999.

HSL color Cylindrical-coordinate representation of color #F7F485: hue angle of 58.42º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7F485 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247244133-
CMYK00.010.460.03
HSL58.42º87.69%74.51%-
HSV(B)58.42º46.15%96.86%-
XYZ74.9486.1734.87-
YUV232.2471.99138.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 133 (52.34% from 255) = 21.31%
R=39.58%
G=39.10%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724413300.010.460.0358.4287.6974.51
HexF7F485012E33a584b
Octal3673642050156372130113
Binary111101111111010010000101011011101111101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F485; }

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

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

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

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

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

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

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

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