Shades of Selective Yellow #FDB000
Tints of Selective Yellow #FDB000
RGB
CMYK
RGB Variations
Color information
#FDB000 (or 0xFDB000) is known color: Selective Yellow. HEX triplet: FD, B0 and 00. RGB value is (253,176,0). Sum of RGB (Red+Green+Blue) = 253+176+0=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB000 is #024FFF. Grayscale: #B3B3B3. Windows color (decimal): -151552 or 45309. OLE color: 45309.
HSL color Cylindrical-coordinate representation of color #FDB000: hue angle of 41.74º 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 #FDB000 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.01 |
| HSL | 41.74º | 1% | 0.5% | - |
| HSV(B) | 41.74º | 1% | 0.99% | - |
| XYZ | 56.03 | 51.93 | 7.07 | - |
| YUV | 178.96 | 27.01 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 0 | 0 | 0.30 | 1 | 0.01 | 41.74 | 1 | 0.5 |
| Hex | FD | B0 | 0 | 0 | 1E | 64 | 1 | 2A | 64 | 32 |
| Octal | 375 | 260 | 0 | 0 | 36 | 144 | 1 | 52 | 144 | 62 |
| Binary | 11111101 | 10110000 | 0 | 0 | 11110 | 1100100 | 1 | 101010 | 1100100 | 110010 |
Color Harmonies of #FDB000
Complementary color
Monochromatic Colors of #FDB000
Black with #FDB000
Text Example
Text Example
White with #FDB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB000; }
p { color: rgb(253,176,0); }
H1.HeaderClassName
{
color: #FDB000;
}
.AnyTagClassName
{
color: #FDB000;
}
</style>
background-color css
<style>
a { background-color: #FDB000; }
a { background-color: rgb(253,176,0); }
div.DivClassName
{
background-color: #FDB000;
}
.BgClassName
{
background-color: #FDB000;
}
</style>
border-color css
<style>
span { border-color: #FDB000; }
span { border-color: rgb(253,176,0); }
td.TdClassName
{
border-color: #FDB000;
}
.TagClassName
{
border-color: #FDB000;
}
</style>