Shades of Selective Yellow #FDB501
Tints of Selective Yellow #FDB501
RGB
CMYK
RGB Variations
Color information
#FDB501 (or 0xFDB501) is known color: Selective Yellow. HEX triplet: FD, B5 and 01. RGB value is (253,181,1). Sum of RGB (Red+Green+Blue) = 253+181+1=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB501 is #024AFE. Grayscale: #B6B6B6. Windows color (decimal): -150271 or 112125. OLE color: 112125.
HSL color Cylindrical-coordinate representation of color #FDB501: hue angle of 42.86º 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 #FDB501 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.01 |
| HSL | 42.86º | 0.99% | 0.5% | - |
| HSV(B) | 42.86º | 1% | 0.99% | - |
| XYZ | 57.04 | 53.93 | 7.43 | - |
| YUV | 182.01 | 25.85 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 1 | 0 | 0.28 | 1.00 | 0.01 | 42.86 | 0.99 | 0.5 |
| Hex | FD | B5 | 1 | 0 | 1C | 64 | 1 | 2B | 63 | 32 |
| Octal | 375 | 265 | 1 | 0 | 34 | 144 | 1 | 53 | 143 | 62 |
| Binary | 11111101 | 10110101 | 1 | 0 | 11100 | 1100100 | 1 | 101011 | 1100011 | 110010 |
Color Harmonies of #FDB501
Complementary color
Monochromatic Colors of #FDB501
Black with #FDB501
Text Example
Text Example
White with #FDB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB501; }
p { color: rgb(253,181,1); }
H1.HeaderClassName
{
color: #FDB501;
}
.AnyTagClassName
{
color: #FDB501;
}
</style>
background-color css
<style>
a { background-color: #FDB501; }
a { background-color: rgb(253,181,1); }
div.DivClassName
{
background-color: #FDB501;
}
.BgClassName
{
background-color: #FDB501;
}
</style>
border-color css
<style>
span { border-color: #FDB501; }
span { border-color: rgb(253,181,1); }
td.TdClassName
{
border-color: #FDB501;
}
.TagClassName
{
border-color: #FDB501;
}
</style>