#FDF98A

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

Shades of Milan #FDF98A

Tints of Milan #FDF98A

Color information

#FDF98A (or 0xFDF98A) is unknown color: approx Milan. HEX triplet: FD, F9 and 8A. RGB value is (253,249,138). Sum of RGB (Red+Green+Blue) = 253+249+138=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 138 (54.30% from 255 or 21.56% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF98A is #020675. Grayscale: #EDEDED. Windows color (decimal): -132726 or 9107965. OLE color: 9107965.

HSL color Cylindrical-coordinate representation of color #FDF98A: hue angle of 57.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDF98A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253249138-
CMYK00.020.450.01
HSL57.91º96.64%76.67%-
HSV(B)57.91º45.45%99.22%-
XYZ78.9790.4737.34-
YUV237.5471.83139.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 138 (54.30% from 255) = 21.56%
R=39.53%
G=38.91%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324913800.020.450.0157.9196.6476.67
HexFDF98A022D13a614d
Octal3753712120255172141115
Binary111111011111100110001010010101101111101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF98A; }

 p { color: rgb(253,249,138); }

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

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

 a { background-color: rgb(253,249,138); }

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

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

 span { border-color: rgb(253,249,138); }

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