#FDF08A

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

Shades of Milan #FDF08A

Tints of Milan #FDF08A

Color information

#FDF08A (or 0xFDF08A) is unknown color: approx Milan. HEX triplet: FD, F0 and 8A. RGB value is (253,240,138). Sum of RGB (Red+Green+Blue) = 253+240+138=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 138 (54.30% from 255 or 21.87% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF08A is #020F75. Grayscale: #E8E8E8. Windows color (decimal): -135030 or 9105661. OLE color: 9105661.

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

Color convert

RGB253240138-
CMYK00.050.450.01
HSL53.22º96.64%76.67%-
HSV(B)53.22º45.45%99.22%-
XYZ76.2685.0436.44-
YUV232.2674.81142.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 138 (54.30% from 255) = 21.87%
R=40.10%
G=38.03%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324013800.050.450.0153.2296.6476.67
HexFDF08A052D135614d
Octal3753602120555165141115
Binary1111110111110000100010100101101101111010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF08A; }

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

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

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

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

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

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

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

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