Shades of Milan #FEF38C
Tints of Milan #FEF38C
RGB
CMYK
RGB Variations
Color information
#FEF38C (or 0xFEF38C) is known color: Milan. HEX triplet: FE, F3 and 8C. RGB value is (254,243,140). Sum of RGB (Red+Green+Blue) = 254+243+140=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF38C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF38C is #010C73. Grayscale: #EAEAEA. Windows color (decimal): -68724 or 9237502. OLE color: 9237502.
HSL color Cylindrical-coordinate representation of color #FEF38C: hue angle of 54.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEF38C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 140 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.00 |
| HSL | 54.21º | 0.98% | 0.77% | - |
| HSV(B) | 54.21º | 0.45% | 1% | - |
| XYZ | 77.66 | 87.07 | 37.52 | - |
| YUV | 234.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 140 | 0 | 0.04 | 0.45 | 0.00 | 54.21 | 0.98 | 0.77 |
| Hex | FE | F3 | 8C | 0 | 4 | 2D | 0 | 36 | 62 | 4D |
| Octal | 376 | 363 | 214 | 0 | 4 | 55 | 0 | 66 | 142 | 115 |
| Binary | 11111110 | 11110011 | 10001100 | 0 | 100 | 101101 | 0 | 110110 | 1100010 | 1001101 |
Color Harmonies of #FEF38C
Complementary color
Monochromatic Colors of #FEF38C
Black with #FEF38C
Text Example
Text Example
White with #FEF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF38C; }
p { color: rgb(254,243,140); }
H1.HeaderClassName
{
color: #FEF38C;
}
.AnyTagClassName
{
color: #FEF38C;
}
</style>
background-color css
<style>
a { background-color: #FEF38C; }
a { background-color: rgb(254,243,140); }
div.DivClassName
{
background-color: #FEF38C;
}
.BgClassName
{
background-color: #FEF38C;
}
</style>
border-color css
<style>
span { border-color: #FEF38C; }
span { border-color: rgb(254,243,140); }
td.TdClassName
{
border-color: #FEF38C;
}
.TagClassName
{
border-color: #FEF38C;
}
</style>