Shades of Selective Yellow #FFB503
Tints of Selective Yellow #FFB503
RGB
CMYK
RGB Variations
Color information
#FFB503 (or 0xFFB503) is known color: Selective Yellow. HEX triplet: FF, B5 and 03. RGB value is (255,181,3). Sum of RGB (Red+Green+Blue) = 255+181+3=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB503 is #004AFC. Grayscale: #B7B7B7. Windows color (decimal): -19197 or 243199. OLE color: 243199.
HSL color Cylindrical-coordinate representation of color #FFB503: hue angle of 42.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFB503 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0 |
| HSL | 42.38º | 1% | 0.51% | - |
| HSV(B) | 42.38º | 0.99% | 1% | - |
| XYZ | 57.78 | 54.31 | 7.52 | - |
| YUV | 182.83 | 26.52 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 3 | 0 | 0.29 | 0.99 | 0 | 42.38 | 1 | 0.51 |
| Hex | FF | B5 | 3 | 0 | 1D | 63 | 0 | 2A | 64 | 33 |
| Octal | 377 | 265 | 3 | 0 | 35 | 143 | 0 | 52 | 144 | 63 |
| Binary | 11111111 | 10110101 | 11 | 0 | 11101 | 1100011 | 0 | 101010 | 1100100 | 110011 |
Color Harmonies of #FFB503
Complementary color
Monochromatic Colors of #FFB503
Black with #FFB503
Text Example
Text Example
White with #FFB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB503; }
p { color: rgb(255,181,3); }
H1.HeaderClassName
{
color: #FFB503;
}
.AnyTagClassName
{
color: #FFB503;
}
</style>
background-color css
<style>
a { background-color: #FFB503; }
a { background-color: rgb(255,181,3); }
div.DivClassName
{
background-color: #FFB503;
}
.BgClassName
{
background-color: #FFB503;
}
</style>
border-color css
<style>
span { border-color: #FFB503; }
span { border-color: rgb(255,181,3); }
td.TdClassName
{
border-color: #FFB503;
}
.TagClassName
{
border-color: #FFB503;
}
</style>