Shades of Selective Yellow #FDB705
Tints of Selective Yellow #FDB705
RGB
CMYK
RGB Variations
Color information
#FDB705 (or 0xFDB705) is known color: Selective Yellow. HEX triplet: FD, B7 and 05. RGB value is (253,183,5). Sum of RGB (Red+Green+Blue) = 253+183+5=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB705 is #0248FA. Grayscale: #B8B8B8. Windows color (decimal): -149755 or 374781. OLE color: 374781.
HSL color Cylindrical-coordinate representation of color #FDB705: hue angle of 43.06º 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 #FDB705 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.01 |
| HSL | 43.06º | 0.98% | 0.51% | - |
| HSV(B) | 43.06º | 0.98% | 0.99% | - |
| XYZ | 57.47 | 54.76 | 7.68 | - |
| YUV | 183.64 | 27.19 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 5 | 0 | 0.28 | 0.98 | 0.01 | 43.06 | 0.98 | 0.51 |
| Hex | FD | B7 | 5 | 0 | 1C | 62 | 1 | 2B | 62 | 33 |
| Octal | 375 | 267 | 5 | 0 | 34 | 142 | 1 | 53 | 142 | 63 |
| Binary | 11111101 | 10110111 | 101 | 0 | 11100 | 1100010 | 1 | 101011 | 1100010 | 110011 |
Color Harmonies of #FDB705
Complementary color
Monochromatic Colors of #FDB705
Black with #FDB705
Text Example
Text Example
White with #FDB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB705; }
p { color: rgb(253,183,5); }
H1.HeaderClassName
{
color: #FDB705;
}
.AnyTagClassName
{
color: #FDB705;
}
</style>
background-color css
<style>
a { background-color: #FDB705; }
a { background-color: rgb(253,183,5); }
div.DivClassName
{
background-color: #FDB705;
}
.BgClassName
{
background-color: #FDB705;
}
</style>
border-color css
<style>
span { border-color: #FDB705; }
span { border-color: rgb(253,183,5); }
td.TdClassName
{
border-color: #FDB705;
}
.TagClassName
{
border-color: #FDB705;
}
</style>