Shades of Selective Yellow #FFBC0E
Tints of Selective Yellow #FFBC0E
RGB
CMYK
RGB Variations
Color information
#FFBC0E (or 0xFFBC0E) is known color: Selective Yellow. HEX triplet: FF, BC and 0E. RGB value is (255,188,14). Sum of RGB (Red+Green+Blue) = 255+188+14=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC0E is #0043F1. Grayscale: #BCBCBC. Windows color (decimal): -17394 or 965887. OLE color: 965887.
HSL color Cylindrical-coordinate representation of color #FFBC0E: hue angle of 43.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFBC0E is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 14 | - |
| CMYK | 0 | 0.26 | 0.95 | 0 |
| HSL | 43.32º | 1% | 0.53% | - |
| HSV(B) | 43.32º | 0.95% | 1% | - |
| XYZ | 59.3 | 57.26 | 8.34 | - |
| YUV | 188.2 | 29.7 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 14 | 0 | 0.26 | 0.95 | 0 | 43.32 | 1 | 0.53 |
| Hex | FF | BC | E | 0 | 1A | 5F | 0 | 2B | 64 | 35 |
| Octal | 377 | 274 | 16 | 0 | 32 | 137 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111100 | 1110 | 0 | 11010 | 1011111 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBC0E
Complementary color
Monochromatic Colors of #FFBC0E
Black with #FFBC0E
Text Example
Text Example
White with #FFBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC0E; }
p { color: rgb(255,188,14); }
H1.HeaderClassName
{
color: #FFBC0E;
}
.AnyTagClassName
{
color: #FFBC0E;
}
</style>
background-color css
<style>
a { background-color: #FFBC0E; }
a { background-color: rgb(255,188,14); }
div.DivClassName
{
background-color: #FFBC0E;
}
.BgClassName
{
background-color: #FFBC0E;
}
</style>
border-color css
<style>
span { border-color: #FFBC0E; }
span { border-color: rgb(255,188,14); }
td.TdClassName
{
border-color: #FFBC0E;
}
.TagClassName
{
border-color: #FFBC0E;
}
</style>