#FDF38A

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

Shades of Milan #FDF38A

Tints of Milan #FDF38A

Color information

#FDF38A (or 0xFDF38A) is unknown color: approx Milan. HEX triplet: FD, F3 and 8A. RGB value is (253,243,138). Sum of RGB (Red+Green+Blue) = 253+243+138=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 138 (54.30% from 255 or 21.77% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38A is #020C75. Grayscale: #EAEAEA. Windows color (decimal): -134262 or 9106429. OLE color: 9106429.

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

Color convert

RGB253243138-
CMYK00.040.450.01
HSL54.78º96.64%76.67%-
HSV(B)54.78º45.45%99.22%-
XYZ77.1586.8236.74-
YUV234.0273.81141.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 138 (54.30% from 255) = 21.77%
R=39.91%
G=38.33%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324313800.040.450.0154.7896.6476.67
HexFDF38A042D137614d
Octal3753632120455167141115
Binary1111110111110011100010100100101101111011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF38A; }

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

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

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

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

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

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

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

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