Shades of Selective Yellow #FFBC03
Tints of Selective Yellow #FFBC03
RGB
CMYK
RGB Variations
Color information
#FFBC03 (or 0xFFBC03) is known color: Selective Yellow. HEX triplet: FF, BC and 03. RGB value is (255,188,3). Sum of RGB (Red+Green+Blue) = 255+188+3=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC03 is #0043FC. Grayscale: #BBBBBB. Windows color (decimal): -17405 or 244991. OLE color: 244991.
HSL color Cylindrical-coordinate representation of color #FFBC03: hue angle of 44.05º 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 #FFBC03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0 |
| HSL | 44.05º | 1% | 0.51% | - |
| HSV(B) | 44.05º | 0.99% | 1% | - |
| XYZ | 59.24 | 57.23 | 8.01 | - |
| YUV | 186.94 | 24.2 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 3 | 0 | 0.26 | 0.99 | 0 | 44.05 | 1 | 0.51 |
| Hex | FF | BC | 3 | 0 | 1A | 63 | 0 | 2C | 64 | 33 |
| Octal | 377 | 274 | 3 | 0 | 32 | 143 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111100 | 11 | 0 | 11010 | 1100011 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBC03
Complementary color
Monochromatic Colors of #FFBC03
Black with #FFBC03
Text Example
Text Example
White with #FFBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC03; }
p { color: rgb(255,188,3); }
H1.HeaderClassName
{
color: #FFBC03;
}
.AnyTagClassName
{
color: #FFBC03;
}
</style>
background-color css
<style>
a { background-color: #FFBC03; }
a { background-color: rgb(255,188,3); }
div.DivClassName
{
background-color: #FFBC03;
}
.BgClassName
{
background-color: #FFBC03;
}
</style>
border-color css
<style>
span { border-color: #FFBC03; }
span { border-color: rgb(255,188,3); }
td.TdClassName
{
border-color: #FFBC03;
}
.TagClassName
{
border-color: #FFBC03;
}
</style>