Shades of Selective Yellow #FDB101
Tints of Selective Yellow #FDB101
RGB
CMYK
RGB Variations
Color information
#FDB101 (or 0xFDB101) is known color: Selective Yellow. HEX triplet: FD, B1 and 01. RGB value is (253,177,1). Sum of RGB (Red+Green+Blue) = 253+177+1=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB101 is #024EFE. Grayscale: #B4B4B4. Windows color (decimal): -151295 or 111101. OLE color: 111101.
HSL color Cylindrical-coordinate representation of color #FDB101: hue angle of 41.9º 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 #FDB101 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.01 |
| HSL | 41.9º | 0.99% | 0.5% | - |
| HSV(B) | 41.9º | 1% | 0.99% | - |
| XYZ | 56.24 | 52.33 | 7.17 | - |
| YUV | 179.66 | 27.18 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 1 | 0 | 0.30 | 1.00 | 0.01 | 41.9 | 0.99 | 0.5 |
| Hex | FD | B1 | 1 | 0 | 1E | 64 | 1 | 2A | 63 | 32 |
| Octal | 375 | 261 | 1 | 0 | 36 | 144 | 1 | 52 | 143 | 62 |
| Binary | 11111101 | 10110001 | 1 | 0 | 11110 | 1100100 | 1 | 101010 | 1100011 | 110010 |
Color Harmonies of #FDB101
Complementary color
Monochromatic Colors of #FDB101
Black with #FDB101
Text Example
Text Example
White with #FDB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB101; }
p { color: rgb(253,177,1); }
H1.HeaderClassName
{
color: #FDB101;
}
.AnyTagClassName
{
color: #FDB101;
}
</style>
background-color css
<style>
a { background-color: #FDB101; }
a { background-color: rgb(253,177,1); }
div.DivClassName
{
background-color: #FDB101;
}
.BgClassName
{
background-color: #FDB101;
}
</style>
border-color css
<style>
span { border-color: #FDB101; }
span { border-color: rgb(253,177,1); }
td.TdClassName
{
border-color: #FDB101;
}
.TagClassName
{
border-color: #FDB101;
}
</style>