#F8F48F

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

Shades of Milan #F8F48F

Tints of Milan #F8F48F

Color information

#F8F48F (or 0xF8F48F) is unknown color: approx Milan. HEX triplet: F8, F4 and 8F. RGB value is (248,244,143). Sum of RGB (Red+Green+Blue) = 248+244+143=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F48F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F48F is #070B70. Grayscale: #EAEAEA. Windows color (decimal): -461681 or 9434360. OLE color: 9434360.

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

Color convert

RGB248244143-
CMYK00.020.420.03
HSL57.71º88.24%76.67%-
HSV(B)57.71º42.34%97.25%-
XYZ76.0286.6438.7-
YUV233.6876.83138.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.06%
GREEN value IS 244 (95.70% from 255) = 38.43%
BLUE value IS 143 (56.25% from 255) = 22.52%
R=39.06%
G=38.43%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824414300.020.420.0357.7188.2476.67
HexF8F48F022A33a584d
Octal3703642170252372130115
Binary1111100011110100100011110101010101111101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F48F; }

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

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

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

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

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

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

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

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