Shades of Milan #FFF38D
Tints of Milan #FFF38D
RGB
CMYK
RGB Variations
Color information
#FFF38D (or 0xFFF38D) is known color: Milan. HEX triplet: FF, F3 and 8D. RGB value is (255,243,141). Sum of RGB (Red+Green+Blue) = 255+243+141=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 141 (55.47% from 255 or 22.07% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF38D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF38D is #000C72. Grayscale: #EBEBEB. Windows color (decimal): -3187 or 9303039. OLE color: 9303039.
HSL color Cylindrical-coordinate representation of color #FFF38D: hue angle of 53.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF38D is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 141 | - |
| CMYK | 0 | 0.05 | 0.45 | 0 |
| HSL | 53.68º | 1% | 0.78% | - |
| HSV(B) | 53.68º | 0.45% | 1% | - |
| XYZ | 78.1 | 87.28 | 37.93 | - |
| YUV | 234.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 141 | 0 | 0.05 | 0.45 | 0 | 53.68 | 1 | 0.78 |
| Hex | FF | F3 | 8D | 0 | 5 | 2D | 0 | 36 | 64 | 4E |
| Octal | 377 | 363 | 215 | 0 | 5 | 55 | 0 | 66 | 144 | 116 |
| Binary | 11111111 | 11110011 | 10001101 | 0 | 101 | 101101 | 0 | 110110 | 1100100 | 1001110 |
Color Harmonies of #FFF38D
Complementary color
Monochromatic Colors of #FFF38D
Black with #FFF38D
Text Example
Text Example
White with #FFF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF38D; }
p { color: rgb(255,243,141); }
H1.HeaderClassName
{
color: #FFF38D;
}
.AnyTagClassName
{
color: #FFF38D;
}
</style>
background-color css
<style>
a { background-color: #FFF38D; }
a { background-color: rgb(255,243,141); }
div.DivClassName
{
background-color: #FFF38D;
}
.BgClassName
{
background-color: #FFF38D;
}
</style>
border-color css
<style>
span { border-color: #FFF38D; }
span { border-color: rgb(255,243,141); }
td.TdClassName
{
border-color: #FFF38D;
}
.TagClassName
{
border-color: #FFF38D;
}
</style>