Shades of Selective Yellow #FDB003
Tints of Selective Yellow #FDB003
RGB
CMYK
RGB Variations
Color information
#FDB003 (or 0xFDB003) is known color: Selective Yellow. HEX triplet: FD, B0 and 03. RGB value is (253,176,3). Sum of RGB (Red+Green+Blue) = 253+176+3=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB003 is #024FFC. Grayscale: #B4B4B4. Windows color (decimal): -151549 or 241917. OLE color: 241917.
HSL color Cylindrical-coordinate representation of color #FDB003: hue angle of 41.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDB003 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.01 |
| HSL | 41.52º | 0.98% | 0.5% | - |
| HSV(B) | 41.52º | 0.99% | 0.99% | - |
| XYZ | 56.05 | 51.94 | 7.16 | - |
| YUV | 179.3 | 28.51 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 3 | 0 | 0.30 | 0.99 | 0.01 | 41.52 | 0.98 | 0.5 |
| Hex | FD | B0 | 3 | 0 | 1E | 63 | 1 | 2A | 62 | 32 |
| Octal | 375 | 260 | 3 | 0 | 36 | 143 | 1 | 52 | 142 | 62 |
| Binary | 11111101 | 10110000 | 11 | 0 | 11110 | 1100011 | 1 | 101010 | 1100010 | 110010 |
Color Harmonies of #FDB003
Complementary color
Monochromatic Colors of #FDB003
Black with #FDB003
Text Example
Text Example
White with #FDB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB003; }
p { color: rgb(253,176,3); }
H1.HeaderClassName
{
color: #FDB003;
}
.AnyTagClassName
{
color: #FDB003;
}
</style>
background-color css
<style>
a { background-color: #FDB003; }
a { background-color: rgb(253,176,3); }
div.DivClassName
{
background-color: #FDB003;
}
.BgClassName
{
background-color: #FDB003;
}
</style>
border-color css
<style>
span { border-color: #FDB003; }
span { border-color: rgb(253,176,3); }
td.TdClassName
{
border-color: #FDB003;
}
.TagClassName
{
border-color: #FDB003;
}
</style>