Shades of Selective Yellow #FDB50A
Tints of Selective Yellow #FDB50A
RGB
CMYK
RGB Variations
Color information
#FDB50A (or 0xFDB50A) is known color: Selective Yellow. HEX triplet: FD, B5 and 0A. RGB value is (253,181,10). Sum of RGB (Red+Green+Blue) = 253+181+10=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB50A is #024AF5. Grayscale: #B7B7B7. Windows color (decimal): -150262 or 701949. OLE color: 701949.
HSL color Cylindrical-coordinate representation of color #FDB50A: hue angle of 42.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB50A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.22º | 0.98% | 0.52% | - |
| HSV(B) | 42.22º | 0.96% | 0.99% | - |
| XYZ | 57.09 | 53.95 | 7.69 | - |
| YUV | 183.03 | 30.35 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 10 | 0 | 0.28 | 0.96 | 0.01 | 42.22 | 0.98 | 0.52 |
| Hex | FD | B5 | A | 0 | 1C | 60 | 1 | 2A | 62 | 34 |
| Octal | 375 | 265 | 12 | 0 | 34 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111101 | 10110101 | 1010 | 0 | 11100 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FDB50A
Complementary color
Monochromatic Colors of #FDB50A
Black with #FDB50A
Text Example
Text Example
White with #FDB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB50A; }
p { color: rgb(253,181,10); }
H1.HeaderClassName
{
color: #FDB50A;
}
.AnyTagClassName
{
color: #FDB50A;
}
</style>
background-color css
<style>
a { background-color: #FDB50A; }
a { background-color: rgb(253,181,10); }
div.DivClassName
{
background-color: #FDB50A;
}
.BgClassName
{
background-color: #FDB50A;
}
</style>
border-color css
<style>
span { border-color: #FDB50A; }
span { border-color: rgb(253,181,10); }
td.TdClassName
{
border-color: #FDB50A;
}
.TagClassName
{
border-color: #FDB50A;
}
</style>