Shades of Milan #FEF38A
Tints of Milan #FEF38A
RGB
CMYK
RGB Variations
Color information
#FEF38A (or 0xFEF38A) is known color: Milan. HEX triplet: FE, F3 and 8A. RGB value is (254,243,138). Sum of RGB (Red+Green+Blue) = 254+243+138=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF38A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF38A is #010C75. Grayscale: #EAEAEA. Windows color (decimal): -68726 or 9106430. OLE color: 9106430.
HSL color Cylindrical-coordinate representation of color #FEF38A: hue angle of 54.31º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEF38A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 138 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.00 |
| HSL | 54.31º | 0.98% | 0.77% | - |
| HSV(B) | 54.31º | 0.46% | 1% | - |
| XYZ | 77.51 | 87.01 | 36.75 | - |
| YUV | 234.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 138 | 0 | 0.04 | 0.46 | 0.00 | 54.31 | 0.98 | 0.77 |
| Hex | FE | F3 | 8A | 0 | 4 | 2E | 0 | 36 | 62 | 4D |
| Octal | 376 | 363 | 212 | 0 | 4 | 56 | 0 | 66 | 142 | 115 |
| Binary | 11111110 | 11110011 | 10001010 | 0 | 100 | 101110 | 0 | 110110 | 1100010 | 1001101 |
Color Harmonies of #FEF38A
Complementary color
Monochromatic Colors of #FEF38A
Black with #FEF38A
Text Example
Text Example
White with #FEF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF38A; }
p { color: rgb(254,243,138); }
H1.HeaderClassName
{
color: #FEF38A;
}
.AnyTagClassName
{
color: #FEF38A;
}
</style>
background-color css
<style>
a { background-color: #FEF38A; }
a { background-color: rgb(254,243,138); }
div.DivClassName
{
background-color: #FEF38A;
}
.BgClassName
{
background-color: #FEF38A;
}
</style>
border-color css
<style>
span { border-color: #FEF38A; }
span { border-color: rgb(254,243,138); }
td.TdClassName
{
border-color: #FEF38A;
}
.TagClassName
{
border-color: #FEF38A;
}
</style>