Shades of Yellow #FDF501
Tints of Yellow #FDF501
RGB
CMYK
RGB Variations
Color information
#FDF501 (or 0xFDF501) is known color: Yellow. HEX triplet: FD, F5 and 01. RGB value is (253,245,1). Sum of RGB (Red+Green+Blue) = 253+245+1=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 1 (0.78% from 255 or 0.20% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF501 is #020AFE. Grayscale: #DCDCDC. Windows color (decimal): -133887 or 128509. OLE color: 128509.
HSL color Cylindrical-coordinate representation of color #FDF501: hue angle of 58.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDF501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.01 |
| HSL | 58.1º | 0.99% | 0.5% | - |
| HSV(B) | 58.1º | 1% | 0.99% | - |
| XYZ | 73.17 | 86.19 | 12.81 | - |
| YUV | 219.58 | 4.65 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 1 | 0 | 0.03 | 1.00 | 0.01 | 58.1 | 0.99 | 0.5 |
| Hex | FD | F5 | 1 | 0 | 3 | 64 | 1 | 3A | 63 | 32 |
| Octal | 375 | 365 | 1 | 0 | 3 | 144 | 1 | 72 | 143 | 62 |
| Binary | 11111101 | 11110101 | 1 | 0 | 11 | 1100100 | 1 | 111010 | 1100011 | 110010 |
Color Harmonies of #FDF501
Complementary color
Monochromatic Colors of #FDF501
Black with #FDF501
Text Example
Text Example
White with #FDF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF501; }
p { color: rgb(253,245,1); }
H1.HeaderClassName
{
color: #FDF501;
}
.AnyTagClassName
{
color: #FDF501;
}
</style>
background-color css
<style>
a { background-color: #FDF501; }
a { background-color: rgb(253,245,1); }
div.DivClassName
{
background-color: #FDF501;
}
.BgClassName
{
background-color: #FDF501;
}
</style>
border-color css
<style>
span { border-color: #FDF501; }
span { border-color: rgb(253,245,1); }
td.TdClassName
{
border-color: #FDF501;
}
.TagClassName
{
border-color: #FDF501;
}
</style>