Shades of Selective Yellow #FFB50D
Tints of Selective Yellow #FFB50D
RGB
CMYK
RGB Variations
Color information
#FFB50D (or 0xFFB50D) is known color: Selective Yellow. HEX triplet: FF, B5 and 0D. RGB value is (255,181,13). Sum of RGB (Red+Green+Blue) = 255+181+13=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB50D is #004AF2. Grayscale: #B8B8B8. Windows color (decimal): -19187 or 898559. OLE color: 898559.
HSL color Cylindrical-coordinate representation of color #FFB50D: hue angle of 41.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB50D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.65º | 1% | 0.53% | - |
| HSV(B) | 41.65º | 0.95% | 1% | - |
| XYZ | 57.84 | 54.34 | 7.82 | - |
| YUV | 183.97 | 31.52 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 13 | 0 | 0.29 | 0.95 | 0 | 41.65 | 1 | 0.53 |
| Hex | FF | B5 | D | 0 | 1D | 5F | 0 | 2A | 64 | 35 |
| Octal | 377 | 265 | 15 | 0 | 35 | 137 | 0 | 52 | 144 | 65 |
| Binary | 11111111 | 10110101 | 1101 | 0 | 11101 | 1011111 | 0 | 101010 | 1100100 | 110101 |
Color Harmonies of #FFB50D
Complementary color
Monochromatic Colors of #FFB50D
Black with #FFB50D
Text Example
Text Example
White with #FFB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB50D; }
p { color: rgb(255,181,13); }
H1.HeaderClassName
{
color: #FFB50D;
}
.AnyTagClassName
{
color: #FFB50D;
}
</style>
background-color css
<style>
a { background-color: #FFB50D; }
a { background-color: rgb(255,181,13); }
div.DivClassName
{
background-color: #FFB50D;
}
.BgClassName
{
background-color: #FFB50D;
}
</style>
border-color css
<style>
span { border-color: #FFB50D; }
span { border-color: rgb(255,181,13); }
td.TdClassName
{
border-color: #FFB50D;
}
.TagClassName
{
border-color: #FFB50D;
}
</style>