#FDF28A

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

Shades of Milan #FDF28A

Tints of Milan #FDF28A

Color information

#FDF28A (or 0xFDF28A) is unknown color: approx Milan. HEX triplet: FD, F2 and 8A. RGB value is (253,242,138). Sum of RGB (Red+Green+Blue) = 253+242+138=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 138 (54.30% from 255 or 21.80% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF28A is #020D75. Grayscale: #E9E9E9. Windows color (decimal): -134518 or 9106173. OLE color: 9106173.

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

Color convert

RGB253242138-
CMYK00.040.450.01
HSL54.26º96.64%76.67%-
HSV(B)54.26º45.45%99.22%-
XYZ76.8586.2236.64-
YUV233.4374.14141.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 138 (54.30% from 255) = 21.80%
R=39.97%
G=38.23%
B=21.80%

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
Decimal25324213800.040.450.0154.2696.6476.67
HexFDF28A042D136614d
Octal3753622120455166141115
Binary1111110111110010100010100100101101111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF28A; }

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

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

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

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

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

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

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

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