#FDF492

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

Shades of Milan #FDF492

Tints of Milan #FDF492

Color information

#FDF492 (or 0xFDF492) is unknown color: approx Milan. HEX triplet: FD, F4 and 92. RGB value is (253,244,146). Sum of RGB (Red+Green+Blue) = 253+244+146=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 146 (57.42% from 255 or 22.71% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF492 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF492 is #020B6D. Grayscale: #EBEBEB. Windows color (decimal): -133998 or 9630973. OLE color: 9630973.

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

Color convert

RGB253244146-
CMYK00.040.420.01
HSL54.95º96.4%78.24%-
HSV(B)54.95º42.29%99.22%-
XYZ78.0587.6640-
YUV235.5277.48140.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 244 (95.70% from 255) = 37.95%
BLUE value IS 146 (57.42% from 255) = 22.71%
R=39.35%
G=37.95%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324414600.040.420.0154.9596.478.24
HexFDF492042A137604e
Octal3753642220452167140116
Binary1111110111110100100100100100101010111011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF492; }

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

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

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

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

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

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

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

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