Shades of Selective Yellow #FDB601
Tints of Selective Yellow #FDB601
RGB
CMYK
RGB Variations
Color information
#FDB601 (or 0xFDB601) is known color: Selective Yellow. HEX triplet: FD, B6 and 01. RGB value is (253,182,1). Sum of RGB (Red+Green+Blue) = 253+182+1=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB601 is #0249FE. Grayscale: #B7B7B7. Windows color (decimal): -150015 or 112381. OLE color: 112381.
HSL color Cylindrical-coordinate representation of color #FDB601: hue angle of 43.1º 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 #FDB601 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.01 |
| HSL | 43.1º | 0.99% | 0.5% | - |
| HSV(B) | 43.1º | 1% | 0.99% | - |
| XYZ | 57.24 | 54.34 | 7.5 | - |
| YUV | 182.6 | 25.52 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 1 | 0 | 0.28 | 1.00 | 0.01 | 43.1 | 0.99 | 0.5 |
| Hex | FD | B6 | 1 | 0 | 1C | 64 | 1 | 2B | 63 | 32 |
| Octal | 375 | 266 | 1 | 0 | 34 | 144 | 1 | 53 | 143 | 62 |
| Binary | 11111101 | 10110110 | 1 | 0 | 11100 | 1100100 | 1 | 101011 | 1100011 | 110010 |
Color Harmonies of #FDB601
Complementary color
Monochromatic Colors of #FDB601
Black with #FDB601
Text Example
Text Example
White with #FDB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB601; }
p { color: rgb(253,182,1); }
H1.HeaderClassName
{
color: #FDB601;
}
.AnyTagClassName
{
color: #FDB601;
}
</style>
background-color css
<style>
a { background-color: #FDB601; }
a { background-color: rgb(253,182,1); }
div.DivClassName
{
background-color: #FDB601;
}
.BgClassName
{
background-color: #FDB601;
}
</style>
border-color css
<style>
span { border-color: #FDB601; }
span { border-color: rgb(253,182,1); }
td.TdClassName
{
border-color: #FDB601;
}
.TagClassName
{
border-color: #FDB601;
}
</style>