#FDF592

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

Shades of Milan #FDF592

Tints of Milan #FDF592

Color information

#FDF592 (or 0xFDF592) is unknown color: approx Milan. HEX triplet: FD, F5 and 92. RGB value is (253,245,146). Sum of RGB (Red+Green+Blue) = 253+245+146=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 146 (57.42% from 255 or 22.67% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF592 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF592 is #020A6D. Grayscale: #ECECEC. Windows color (decimal): -133742 or 9631229. OLE color: 9631229.

HSL color Cylindrical-coordinate representation of color #FDF592: hue angle of 55.51º 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 #FDF592 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB253245146-
CMYK00.030.420.01
HSL55.51º96.4%78.24%-
HSV(B)55.51º42.29%99.22%-
XYZ78.3588.2640.1-
YUV236.1177.15140.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 146 (57.42% from 255) = 22.67%
R=39.29%
G=38.04%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324514600.030.420.0155.5196.478.24
HexFDF592032A138604e
Octal3753652220352170140116
Binary111111011111010110010010011101010111100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF592; }

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

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

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

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

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

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

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

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