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