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