Shades of Selective Yellow #FDB701
Tints of Selective Yellow #FDB701
RGB
CMYK
RGB Variations
Color information
#FDB701 (or 0xFDB701) is known color: Selective Yellow. HEX triplet: FD, B7 and 01. RGB value is (253,183,1). Sum of RGB (Red+Green+Blue) = 253+183+1=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB701 is #0248FE. Grayscale: #B7B7B7. Windows color (decimal): -149759 or 112637. OLE color: 112637.
HSL color Cylindrical-coordinate representation of color #FDB701: hue angle of 43.33º 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 #FDB701 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.01 |
| HSL | 43.33º | 0.99% | 0.5% | - |
| HSV(B) | 43.33º | 1% | 0.99% | - |
| XYZ | 57.45 | 54.75 | 7.57 | - |
| YUV | 183.18 | 25.19 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 1 | 0 | 0.28 | 1.00 | 0.01 | 43.33 | 0.99 | 0.5 |
| Hex | FD | B7 | 1 | 0 | 1C | 64 | 1 | 2B | 63 | 32 |
| Octal | 375 | 267 | 1 | 0 | 34 | 144 | 1 | 53 | 143 | 62 |
| Binary | 11111101 | 10110111 | 1 | 0 | 11100 | 1100100 | 1 | 101011 | 1100011 | 110010 |
Color Harmonies of #FDB701
Complementary color
Monochromatic Colors of #FDB701
Black with #FDB701
Text Example
Text Example
White with #FDB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB701; }
p { color: rgb(253,183,1); }
H1.HeaderClassName
{
color: #FDB701;
}
.AnyTagClassName
{
color: #FDB701;
}
</style>
background-color css
<style>
a { background-color: #FDB701; }
a { background-color: rgb(253,183,1); }
div.DivClassName
{
background-color: #FDB701;
}
.BgClassName
{
background-color: #FDB701;
}
</style>
border-color css
<style>
span { border-color: #FDB701; }
span { border-color: rgb(253,183,1); }
td.TdClassName
{
border-color: #FDB701;
}
.TagClassName
{
border-color: #FDB701;
}
</style>