Shades of Selective Yellow #FFBC0A
Tints of Selective Yellow #FFBC0A
RGB
CMYK
RGB Variations
Color information
#FFBC0A (or 0xFFBC0A) is known color: Selective Yellow. HEX triplet: FF, BC and 0A. RGB value is (255,188,10). Sum of RGB (Red+Green+Blue) = 255+188+10=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC0A is #0043F5. Grayscale: #BCBCBC. Windows color (decimal): -17398 or 703743. OLE color: 703743.
HSL color Cylindrical-coordinate representation of color #FFBC0A: hue angle of 43.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFBC0A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0 |
| HSL | 43.59º | 1% | 0.52% | - |
| HSV(B) | 43.59º | 0.96% | 1% | - |
| XYZ | 59.28 | 57.25 | 8.21 | - |
| YUV | 187.74 | 27.7 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 10 | 0 | 0.26 | 0.96 | 0 | 43.59 | 1 | 0.52 |
| Hex | FF | BC | A | 0 | 1A | 60 | 0 | 2C | 64 | 34 |
| Octal | 377 | 274 | 12 | 0 | 32 | 140 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111100 | 1010 | 0 | 11010 | 1100000 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBC0A
Complementary color
Monochromatic Colors of #FFBC0A
Black with #FFBC0A
Text Example
Text Example
White with #FFBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC0A; }
p { color: rgb(255,188,10); }
H1.HeaderClassName
{
color: #FFBC0A;
}
.AnyTagClassName
{
color: #FFBC0A;
}
</style>
background-color css
<style>
a { background-color: #FFBC0A; }
a { background-color: rgb(255,188,10); }
div.DivClassName
{
background-color: #FFBC0A;
}
.BgClassName
{
background-color: #FFBC0A;
}
</style>
border-color css
<style>
span { border-color: #FFBC0A; }
span { border-color: rgb(255,188,10); }
td.TdClassName
{
border-color: #FFBC0A;
}
.TagClassName
{
border-color: #FFBC0A;
}
</style>