#FFF48E

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

Shades of Milan #FFF48E

Tints of Milan #FFF48E

Color information

#FFF48E (or 0xFFF48E) is unknown color: approx Milan. HEX triplet: FF, F4 and 8E. RGB value is (255,244,142). Sum of RGB (Red+Green+Blue) = 255+244+142=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 142 (55.86% from 255 or 22.15% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF48E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF48E is #000B71. Grayscale: #ECECEC. Windows color (decimal): -2930 or 9368831. OLE color: 9368831.

HSL color Cylindrical-coordinate representation of color #FFF48E: hue angle of 54.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF48E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255244142-
CMYK00.040.440
HSL54.16º100%77.84%-
HSV(B)54.16º44.31%100%-
XYZ78.4787.9138.42-
YUV235.6675.14141.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 244 (95.70% from 255) = 38.07%
BLUE value IS 142 (55.86% from 255) = 22.15%
R=39.78%
G=38.07%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524414200.040.44054.1610077.84
HexFFF48E042C036644e
Octal3773642160454066144116
Binary1111111111110100100011100100101100011011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF48E; }

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

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

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

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

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

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

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

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