Shades of Yellow #FDF400
Tints of Yellow #FDF400
RGB
CMYK
RGB Variations
Color information
#FDF400 (or 0xFDF400) is known color: Yellow. HEX triplet: FD, F4 and 00. RGB value is (253,244,0). Sum of RGB (Red+Green+Blue) = 253+244+0=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 0 (0.39% from 255 or 0% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF400 is #020BFF. Grayscale: #DBDBDB. Windows color (decimal): -134144 or 62717. OLE color: 62717.
HSL color Cylindrical-coordinate representation of color #FDF400: hue angle of 57.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDF400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.01 |
| HSL | 57.87º | 1% | 0.5% | - |
| HSV(B) | 57.87º | 1% | 0.99% | - |
| XYZ | 72.86 | 85.58 | 12.68 | - |
| YUV | 218.88 | 4.48 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 0 | 0 | 0.04 | 1 | 0.01 | 57.87 | 1 | 0.5 |
| Hex | FD | F4 | 0 | 0 | 4 | 64 | 1 | 3A | 64 | 32 |
| Octal | 375 | 364 | 0 | 0 | 4 | 144 | 1 | 72 | 144 | 62 |
| Binary | 11111101 | 11110100 | 0 | 0 | 100 | 1100100 | 1 | 111010 | 1100100 | 110010 |
Color Harmonies of #FDF400
Complementary color
Monochromatic Colors of #FDF400
Black with #FDF400
Text Example
Text Example
White with #FDF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF400; }
p { color: rgb(253,244,0); }
H1.HeaderClassName
{
color: #FDF400;
}
.AnyTagClassName
{
color: #FDF400;
}
</style>
background-color css
<style>
a { background-color: #FDF400; }
a { background-color: rgb(253,244,0); }
div.DivClassName
{
background-color: #FDF400;
}
.BgClassName
{
background-color: #FDF400;
}
</style>
border-color css
<style>
span { border-color: #FDF400; }
span { border-color: rgb(253,244,0); }
td.TdClassName
{
border-color: #FDF400;
}
.TagClassName
{
border-color: #FDF400;
}
</style>