Shades of Selective Yellow #FFBC00
Tints of Selective Yellow #FFBC00
RGB
CMYK
RGB Variations
Color information
#FFBC00 (or 0xFFBC00) is known color: Selective Yellow. HEX triplet: FF, BC and 00. RGB value is (255,188,0). Sum of RGB (Red+Green+Blue) = 255+188+0=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC00 is #0043FF. Grayscale: #BBBBBB. Windows color (decimal): -17408 or 48383. OLE color: 48383.
HSL color Cylindrical-coordinate representation of color #FFBC00: hue angle of 44.24º 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 #FFBC00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0 |
| HSL | 44.24º | 1% | 0.5% | - |
| HSV(B) | 44.24º | 1% | 1% | - |
| XYZ | 59.22 | 57.23 | 7.92 | - |
| YUV | 186.6 | 22.7 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 0 | 0 | 0.26 | 1 | 0 | 44.24 | 1 | 0.5 |
| Hex | FF | BC | 0 | 0 | 1A | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 274 | 0 | 0 | 32 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111100 | 0 | 0 | 11010 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBC00
Complementary color
Monochromatic Colors of #FFBC00
Black with #FFBC00
Text Example
Text Example
White with #FFBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC00; }
p { color: rgb(255,188,0); }
H1.HeaderClassName
{
color: #FFBC00;
}
.AnyTagClassName
{
color: #FFBC00;
}
</style>
background-color css
<style>
a { background-color: #FFBC00; }
a { background-color: rgb(255,188,0); }
div.DivClassName
{
background-color: #FFBC00;
}
.BgClassName
{
background-color: #FFBC00;
}
</style>
border-color css
<style>
span { border-color: #FFBC00; }
span { border-color: rgb(255,188,0); }
td.TdClassName
{
border-color: #FFBC00;
}
.TagClassName
{
border-color: #FFBC00;
}
</style>