Shades of Yellow #FDF405
Tints of Yellow #FDF405
RGB
CMYK
RGB Variations
Color information
#FDF405 (or 0xFDF405) is known color: Yellow. HEX triplet: FD, F4 and 05. RGB value is (253,244,5). Sum of RGB (Red+Green+Blue) = 253+244+5=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 5 (2.34% from 255 or 1.00% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF405 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF405 is #020BFA. Grayscale: #DCDCDC. Windows color (decimal): -134139 or 390397. OLE color: 390397.
HSL color Cylindrical-coordinate representation of color #FDF405: hue angle of 57.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDF405 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.01 |
| HSL | 57.82º | 0.98% | 0.51% | - |
| HSV(B) | 57.82º | 0.98% | 0.99% | - |
| XYZ | 72.89 | 85.59 | 12.82 | - |
| YUV | 219.45 | 6.98 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 5 | 0 | 0.04 | 0.98 | 0.01 | 57.82 | 0.98 | 0.51 |
| Hex | FD | F4 | 5 | 0 | 4 | 62 | 1 | 3A | 62 | 33 |
| Octal | 375 | 364 | 5 | 0 | 4 | 142 | 1 | 72 | 142 | 63 |
| Binary | 11111101 | 11110100 | 101 | 0 | 100 | 1100010 | 1 | 111010 | 1100010 | 110011 |
Color Harmonies of #FDF405
Complementary color
Monochromatic Colors of #FDF405
Black with #FDF405
Text Example
Text Example
White with #FDF405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF405; }
p { color: rgb(253,244,5); }
H1.HeaderClassName
{
color: #FDF405;
}
.AnyTagClassName
{
color: #FDF405;
}
</style>
background-color css
<style>
a { background-color: #FDF405; }
a { background-color: rgb(253,244,5); }
div.DivClassName
{
background-color: #FDF405;
}
.BgClassName
{
background-color: #FDF405;
}
</style>
border-color css
<style>
span { border-color: #FDF405; }
span { border-color: rgb(253,244,5); }
td.TdClassName
{
border-color: #FDF405;
}
.TagClassName
{
border-color: #FDF405;
}
</style>