Shades of Selective Yellow #FFBC14
Tints of Selective Yellow #FFBC14
RGB
CMYK
RGB Variations
Color information
#FFBC14 (or 0xFFBC14) is known color: Selective Yellow. HEX triplet: FF, BC and 14. RGB value is (255,188,20). Sum of RGB (Red+Green+Blue) = 255+188+20=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC14 is #0043EB. Grayscale: #BDBDBD. Windows color (decimal): -17388 or 1359103. OLE color: 1359103.
HSL color Cylindrical-coordinate representation of color #FFBC14: hue angle of 42.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFBC14 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0 |
| HSL | 42.89º | 1% | 0.54% | - |
| HSV(B) | 42.89º | 0.92% | 1% | - |
| XYZ | 59.35 | 57.28 | 8.59 | - |
| YUV | 188.88 | 32.7 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 20 | 0 | 0.26 | 0.92 | 0 | 42.89 | 1 | 0.54 |
| Hex | FF | BC | 14 | 0 | 1A | 5C | 0 | 2B | 64 | 36 |
| Octal | 377 | 274 | 24 | 0 | 32 | 134 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111100 | 10100 | 0 | 11010 | 1011100 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBC14
Complementary color
Monochromatic Colors of #FFBC14
Black with #FFBC14
Text Example
Text Example
White with #FFBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC14; }
p { color: rgb(255,188,20); }
H1.HeaderClassName
{
color: #FFBC14;
}
.AnyTagClassName
{
color: #FFBC14;
}
</style>
background-color css
<style>
a { background-color: #FFBC14; }
a { background-color: rgb(255,188,20); }
div.DivClassName
{
background-color: #FFBC14;
}
.BgClassName
{
background-color: #FFBC14;
}
</style>
border-color css
<style>
span { border-color: #FFBC14; }
span { border-color: rgb(255,188,20); }
td.TdClassName
{
border-color: #FFBC14;
}
.TagClassName
{
border-color: #FFBC14;
}
</style>