#FFF492

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

Shades of Milan #FFF492

Tints of Milan #FFF492

Color information

#FFF492 (or 0xFFF492) is unknown color: approx Milan. HEX triplet: FF, F4 and 92. RGB value is (255,244,146). Sum of RGB (Red+Green+Blue) = 255+244+146=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 244 (95.70% from 255 or 37.83% from 645); Blue value is 146 (57.42% from 255 or 22.64% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF492 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF492 is #000B6D. Grayscale: #ECECEC. Windows color (decimal): -2926 or 9630975. OLE color: 9630975.

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

Color convert

RGB255244146-
CMYK00.040.430
HSL53.94º100%78.63%-
HSV(B)53.94º42.75%100%-
XYZ78.7888.0440.03-
YUV236.1277.14141.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 244 (95.70% from 255) = 37.83%
BLUE value IS 146 (57.42% from 255) = 22.64%
R=39.53%
G=37.83%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524414600.040.43053.9410078.63
HexFFF492042B036644f
Octal3773642220453066144117
Binary1111111111110100100100100100101011011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF492; }

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

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

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

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

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

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

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

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