#F8F484

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

Shades of Milan #F8F484

Tints of Milan #F8F484

Color information

#F8F484 (or 0xF8F484) is unknown color: approx Milan. HEX triplet: F8, F4 and 84. RGB value is (248,244,132). Sum of RGB (Red+Green+Blue) = 248+244+132=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 132 (51.95% from 255 or 21.15% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F484 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F484 is #070B7B. Grayscale: #E8E8E8. Windows color (decimal): -461692 or 8713464. OLE color: 8713464.

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

Color convert

RGB248244132-
CMYK00.020.470.03
HSL57.93º89.23%74.51%-
HSV(B)57.93º46.77%97.25%-
XYZ75.2386.3234.53-
YUV232.4371.33139.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 132 (51.95% from 255) = 21.15%
R=39.74%
G=39.10%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824413200.020.470.0357.9389.2374.51
HexF8F484022F33a594b
Octal3703642040257372131113
Binary1111100011110100100001000101011111111101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F484; }

 p { color: rgb(248,244,132); }

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

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

 a { background-color: rgb(248,244,132); }

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

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

 span { border-color: rgb(248,244,132); }

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