#FFF495

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

Shades of Milan #FFF495

Tints of Milan #FFF495

Color information

#FFF495 (or 0xFFF495) is unknown color: approx Milan. HEX triplet: FF, F4 and 95. RGB value is (255,244,149). Sum of RGB (Red+Green+Blue) = 255+244+149=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF495 is #000B6A. Grayscale: #ECECEC. Windows color (decimal): -2923 or 9827583. OLE color: 9827583.

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

Color convert

RGB255244149-
CMYK00.040.420
HSL53.77º100%79.22%-
HSV(B)53.77º41.57%100%-
XYZ79.0288.1341.28-
YUV236.4678.64141.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 244 (95.70% from 255) = 37.65%
BLUE value IS 149 (58.59% from 255) = 22.99%
R=39.35%
G=37.65%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524414900.040.42053.7710079.22
HexFFF495042A036644f
Octal3773642250452066144117
Binary1111111111110100100101010100101010011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF495; }

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

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

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

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

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

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

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

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