Shades of Yellow #FDF408
Tints of Yellow #FDF408
RGB
CMYK
RGB Variations
Color information
#FDF408 (or 0xFDF408) is known color: Yellow. HEX triplet: FD, F4 and 08. RGB value is (253,244,8). Sum of RGB (Red+Green+Blue) = 253+244+8=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 8 (3.52% from 255 or 1.58% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF408 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF408 is #020BF7. Grayscale: #DCDCDC. Windows color (decimal): -134136 or 587005. OLE color: 587005.
HSL color Cylindrical-coordinate representation of color #FDF408: hue angle of 57.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDF408 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.01 |
| HSL | 57.8º | 0.98% | 0.51% | - |
| HSV(B) | 57.8º | 0.97% | 0.99% | - |
| XYZ | 72.9 | 85.6 | 12.91 | - |
| YUV | 219.79 | 8.48 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 8 | 0 | 0.04 | 0.97 | 0.01 | 57.8 | 0.98 | 0.51 |
| Hex | FD | F4 | 8 | 0 | 4 | 61 | 1 | 3A | 62 | 33 |
| Octal | 375 | 364 | 10 | 0 | 4 | 141 | 1 | 72 | 142 | 63 |
| Binary | 11111101 | 11110100 | 1000 | 0 | 100 | 1100001 | 1 | 111010 | 1100010 | 110011 |
Color Harmonies of #FDF408
Complementary color
Monochromatic Colors of #FDF408
Black with #FDF408
Text Example
Text Example
White with #FDF408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF408; }
p { color: rgb(253,244,8); }
H1.HeaderClassName
{
color: #FDF408;
}
.AnyTagClassName
{
color: #FDF408;
}
</style>
background-color css
<style>
a { background-color: #FDF408; }
a { background-color: rgb(253,244,8); }
div.DivClassName
{
background-color: #FDF408;
}
.BgClassName
{
background-color: #FDF408;
}
</style>
border-color css
<style>
span { border-color: #FDF408; }
span { border-color: rgb(253,244,8); }
td.TdClassName
{
border-color: #FDF408;
}
.TagClassName
{
border-color: #FDF408;
}
</style>