Shades of Selective Yellow #FFBC01
Tints of Selective Yellow #FFBC01
RGB
CMYK
RGB Variations
Color information
#FFBC01 (or 0xFFBC01) is known color: Selective Yellow. HEX triplet: FF, BC and 01. RGB value is (255,188,1). Sum of RGB (Red+Green+Blue) = 255+188+1=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC01 is #0043FE. Grayscale: #BBBBBB. Windows color (decimal): -17407 or 113919. OLE color: 113919.
HSL color Cylindrical-coordinate representation of color #FFBC01: hue angle of 44.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFBC01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0 |
| HSL | 44.17º | 1% | 0.5% | - |
| HSV(B) | 44.17º | 1% | 1% | - |
| XYZ | 59.23 | 57.23 | 7.95 | - |
| YUV | 186.72 | 23.2 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 1 | 0 | 0.26 | 1.00 | 0 | 44.17 | 1 | 0.5 |
| Hex | FF | BC | 1 | 0 | 1A | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 274 | 1 | 0 | 32 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111100 | 1 | 0 | 11010 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBC01
Complementary color
Monochromatic Colors of #FFBC01
Black with #FFBC01
Text Example
Text Example
White with #FFBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC01; }
p { color: rgb(255,188,1); }
H1.HeaderClassName
{
color: #FFBC01;
}
.AnyTagClassName
{
color: #FFBC01;
}
</style>
background-color css
<style>
a { background-color: #FFBC01; }
a { background-color: rgb(255,188,1); }
div.DivClassName
{
background-color: #FFBC01;
}
.BgClassName
{
background-color: #FFBC01;
}
</style>
border-color css
<style>
span { border-color: #FFBC01; }
span { border-color: rgb(255,188,1); }
td.TdClassName
{
border-color: #FFBC01;
}
.TagClassName
{
border-color: #FFBC01;
}
</style>