Shades of Milan #FDF68A
Tints of Milan #FDF68A
RGB
CMYK
RGB Variations
Color information
#FDF68A (or 0xFDF68A) is known color: Milan. HEX triplet: FD, F6 and 8A. RGB value is (253,246,138). Sum of RGB (Red+Green+Blue) = 253+246+138=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 138 (54.30% from 255 or 21.66% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF68A is #020975. Grayscale: #ECECEC. Windows color (decimal): -133494 or 9107197. OLE color: 9107197.
HSL color Cylindrical-coordinate representation of color #FDF68A: hue angle of 56.35º 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 #FDF68A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 138 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.01 |
| HSL | 56.35º | 0.97% | 0.77% | - |
| HSV(B) | 56.35º | 0.45% | 0.99% | - |
| XYZ | 78.05 | 88.63 | 37.04 | - |
| YUV | 235.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 138 | 0 | 0.03 | 0.45 | 0.01 | 56.35 | 0.97 | 0.77 |
| Hex | FD | F6 | 8A | 0 | 3 | 2D | 1 | 38 | 61 | 4D |
| Octal | 375 | 366 | 212 | 0 | 3 | 55 | 1 | 70 | 141 | 115 |
| Binary | 11111101 | 11110110 | 10001010 | 0 | 11 | 101101 | 1 | 111000 | 1100001 | 1001101 |
Color Harmonies of #FDF68A
Complementary color
Monochromatic Colors of #FDF68A
Black with #FDF68A
Text Example
Text Example
White with #FDF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF68A; }
p { color: rgb(253,246,138); }
H1.HeaderClassName
{
color: #FDF68A;
}
.AnyTagClassName
{
color: #FDF68A;
}
</style>
background-color css
<style>
a { background-color: #FDF68A; }
a { background-color: rgb(253,246,138); }
div.DivClassName
{
background-color: #FDF68A;
}
.BgClassName
{
background-color: #FDF68A;
}
</style>
border-color css
<style>
span { border-color: #FDF68A; }
span { border-color: rgb(253,246,138); }
td.TdClassName
{
border-color: #FDF68A;
}
.TagClassName
{
border-color: #FDF68A;
}
</style>