Shades of Selective Yellow #FFB50A
Tints of Selective Yellow #FFB50A
RGB
CMYK
RGB Variations
Color information
#FFB50A (or 0xFFB50A) is known color: Selective Yellow. HEX triplet: FF, B5 and 0A. RGB value is (255,181,10). Sum of RGB (Red+Green+Blue) = 255+181+10=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB50A is #004AF5. Grayscale: #B8B8B8. Windows color (decimal): -19190 or 701951. OLE color: 701951.
HSL color Cylindrical-coordinate representation of color #FFB50A: hue angle of 41.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB50A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0 |
| HSL | 41.88º | 1% | 0.52% | - |
| HSV(B) | 41.88º | 0.96% | 1% | - |
| XYZ | 57.82 | 54.33 | 7.73 | - |
| YUV | 183.63 | 30.02 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 10 | 0 | 0.29 | 0.96 | 0 | 41.88 | 1 | 0.52 |
| Hex | FF | B5 | A | 0 | 1D | 60 | 0 | 2A | 64 | 34 |
| Octal | 377 | 265 | 12 | 0 | 35 | 140 | 0 | 52 | 144 | 64 |
| Binary | 11111111 | 10110101 | 1010 | 0 | 11101 | 1100000 | 0 | 101010 | 1100100 | 110100 |
Color Harmonies of #FFB50A
Complementary color
Monochromatic Colors of #FFB50A
Black with #FFB50A
Text Example
Text Example
White with #FFB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB50A; }
p { color: rgb(255,181,10); }
H1.HeaderClassName
{
color: #FFB50A;
}
.AnyTagClassName
{
color: #FFB50A;
}
</style>
background-color css
<style>
a { background-color: #FFB50A; }
a { background-color: rgb(255,181,10); }
div.DivClassName
{
background-color: #FFB50A;
}
.BgClassName
{
background-color: #FFB50A;
}
</style>
border-color css
<style>
span { border-color: #FFB50A; }
span { border-color: rgb(255,181,10); }
td.TdClassName
{
border-color: #FFB50A;
}
.TagClassName
{
border-color: #FFB50A;
}
</style>