#FDF38B

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

Shades of Milan #FDF38B

Tints of Milan #FDF38B

Color information

#FDF38B (or 0xFDF38B) is unknown color: approx Milan. HEX triplet: FD, F3 and 8B. RGB value is (253,243,139). Sum of RGB (Red+Green+Blue) = 253+243+139=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 139 (54.69% from 255 or 21.89% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF38B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF38B is #020C74. Grayscale: #EAEAEA. Windows color (decimal): -134261 or 9171965. OLE color: 9171965.

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

Color convert

RGB253243139-
CMYK00.040.450.01
HSL54.74º96.61%76.86%-
HSV(B)54.74º45.06%99.22%-
XYZ77.2286.8537.12-
YUV234.1374.31141.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 139 (54.69% from 255) = 21.89%
R=39.84%
G=38.27%
B=21.89%

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
Decimal25324313900.040.450.0154.7496.6176.86
HexFDF38B042D137614d
Octal3753632130455167141115
Binary1111110111110011100010110100101101111011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF38B; }

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

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

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

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

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

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

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

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