Shades of Selective Yellow #FFBC13
Tints of Selective Yellow #FFBC13
RGB
CMYK
RGB Variations
Color information
#FFBC13 (or 0xFFBC13) is known color: Selective Yellow. HEX triplet: FF, BC and 13. RGB value is (255,188,19). Sum of RGB (Red+Green+Blue) = 255+188+19=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC13 is #0043EC. Grayscale: #BDBDBD. Windows color (decimal): -17389 or 1293567. OLE color: 1293567.
HSL color Cylindrical-coordinate representation of color #FFBC13: hue angle of 42.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFBC13 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 19 | - |
| CMYK | 0 | 0.26 | 0.93 | 0 |
| HSL | 42.97º | 1% | 0.54% | - |
| HSV(B) | 42.97º | 0.93% | 1% | - |
| XYZ | 59.34 | 57.27 | 8.54 | - |
| YUV | 188.77 | 32.2 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 19 | 0 | 0.26 | 0.93 | 0 | 42.97 | 1 | 0.54 |
| Hex | FF | BC | 13 | 0 | 1A | 5D | 0 | 2B | 64 | 36 |
| Octal | 377 | 274 | 23 | 0 | 32 | 135 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111100 | 10011 | 0 | 11010 | 1011101 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBC13
Complementary color
Monochromatic Colors of #FFBC13
Black with #FFBC13
Text Example
Text Example
White with #FFBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC13; }
p { color: rgb(255,188,19); }
H1.HeaderClassName
{
color: #FFBC13;
}
.AnyTagClassName
{
color: #FFBC13;
}
</style>
background-color css
<style>
a { background-color: #FFBC13; }
a { background-color: rgb(255,188,19); }
div.DivClassName
{
background-color: #FFBC13;
}
.BgClassName
{
background-color: #FFBC13;
}
</style>
border-color css
<style>
span { border-color: #FFBC13; }
span { border-color: rgb(255,188,19); }
td.TdClassName
{
border-color: #FFBC13;
}
.TagClassName
{
border-color: #FFBC13;
}
</style>