Shades of Selective Yellow #FDB506
Tints of Selective Yellow #FDB506
RGB
CMYK
RGB Variations
Color information
#FDB506 (or 0xFDB506) is known color: Selective Yellow. HEX triplet: FD, B5 and 06. RGB value is (253,181,6). Sum of RGB (Red+Green+Blue) = 253+181+6=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB506 is #024AF9. Grayscale: #B7B7B7. Windows color (decimal): -150266 or 439805. OLE color: 439805.
HSL color Cylindrical-coordinate representation of color #FDB506: hue angle of 42.51º 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 #FDB506 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 6 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.01 |
| HSL | 42.51º | 0.98% | 0.51% | - |
| HSV(B) | 42.51º | 0.98% | 0.99% | - |
| XYZ | 57.06 | 53.94 | 7.58 | - |
| YUV | 182.58 | 28.35 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 6 | 0 | 0.28 | 0.98 | 0.01 | 42.51 | 0.98 | 0.51 |
| Hex | FD | B5 | 6 | 0 | 1C | 62 | 1 | 2B | 62 | 33 |
| Octal | 375 | 265 | 6 | 0 | 34 | 142 | 1 | 53 | 142 | 63 |
| Binary | 11111101 | 10110101 | 110 | 0 | 11100 | 1100010 | 1 | 101011 | 1100010 | 110011 |
Color Harmonies of #FDB506
Complementary color
Monochromatic Colors of #FDB506
Black with #FDB506
Text Example
Text Example
White with #FDB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB506; }
p { color: rgb(253,181,6); }
H1.HeaderClassName
{
color: #FDB506;
}
.AnyTagClassName
{
color: #FDB506;
}
</style>
background-color css
<style>
a { background-color: #FDB506; }
a { background-color: rgb(253,181,6); }
div.DivClassName
{
background-color: #FDB506;
}
.BgClassName
{
background-color: #FDB506;
}
</style>
border-color css
<style>
span { border-color: #FDB506; }
span { border-color: rgb(253,181,6); }
td.TdClassName
{
border-color: #FDB506;
}
.TagClassName
{
border-color: #FDB506;
}
</style>