Shades of Selective Yellow #FDB106
Tints of Selective Yellow #FDB106
RGB
CMYK
RGB Variations
Color information
#FDB106 (or 0xFDB106) is known color: Selective Yellow. HEX triplet: FD, B1 and 06. RGB value is (253,177,6). Sum of RGB (Red+Green+Blue) = 253+177+6=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB106 is #024EF9. Grayscale: #B4B4B4. Windows color (decimal): -151290 or 438781. OLE color: 438781.
HSL color Cylindrical-coordinate representation of color #FDB106: hue angle of 41.54º 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 #FDB106 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 6 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.01 |
| HSL | 41.54º | 0.98% | 0.51% | - |
| HSV(B) | 41.54º | 0.98% | 0.99% | - |
| XYZ | 56.26 | 52.34 | 7.31 | - |
| YUV | 180.23 | 29.68 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 6 | 0 | 0.30 | 0.98 | 0.01 | 41.54 | 0.98 | 0.51 |
| Hex | FD | B1 | 6 | 0 | 1E | 62 | 1 | 2A | 62 | 33 |
| Octal | 375 | 261 | 6 | 0 | 36 | 142 | 1 | 52 | 142 | 63 |
| Binary | 11111101 | 10110001 | 110 | 0 | 11110 | 1100010 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FDB106
Complementary color
Monochromatic Colors of #FDB106
Black with #FDB106
Text Example
Text Example
White with #FDB106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB106; }
p { color: rgb(253,177,6); }
H1.HeaderClassName
{
color: #FDB106;
}
.AnyTagClassName
{
color: #FDB106;
}
</style>
background-color css
<style>
a { background-color: #FDB106; }
a { background-color: rgb(253,177,6); }
div.DivClassName
{
background-color: #FDB106;
}
.BgClassName
{
background-color: #FDB106;
}
</style>
border-color css
<style>
span { border-color: #FDB106; }
span { border-color: rgb(253,177,6); }
td.TdClassName
{
border-color: #FDB106;
}
.TagClassName
{
border-color: #FDB106;
}
</style>