Shades of Selective Yellow #FFBC0F
Tints of Selective Yellow #FFBC0F
RGB
CMYK
RGB Variations
Color information
#FFBC0F (or 0xFFBC0F) is known color: Selective Yellow. HEX triplet: FF, BC and 0F. RGB value is (255,188,15). Sum of RGB (Red+Green+Blue) = 255+188+15=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC0F is #0043F0. Grayscale: #BDBDBD. Windows color (decimal): -17393 or 1031423. OLE color: 1031423.
HSL color Cylindrical-coordinate representation of color #FFBC0F: hue angle of 43.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFBC0F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0 |
| HSL | 43.25º | 1% | 0.53% | - |
| HSV(B) | 43.25º | 0.94% | 1% | - |
| XYZ | 59.31 | 57.26 | 8.38 | - |
| YUV | 188.31 | 30.2 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 15 | 0 | 0.26 | 0.94 | 0 | 43.25 | 1 | 0.53 |
| Hex | FF | BC | F | 0 | 1A | 5E | 0 | 2B | 64 | 35 |
| Octal | 377 | 274 | 17 | 0 | 32 | 136 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111100 | 1111 | 0 | 11010 | 1011110 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBC0F
Complementary color
Monochromatic Colors of #FFBC0F
Black with #FFBC0F
Text Example
Text Example
White with #FFBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC0F; }
p { color: rgb(255,188,15); }
H1.HeaderClassName
{
color: #FFBC0F;
}
.AnyTagClassName
{
color: #FFBC0F;
}
</style>
background-color css
<style>
a { background-color: #FFBC0F; }
a { background-color: rgb(255,188,15); }
div.DivClassName
{
background-color: #FFBC0F;
}
.BgClassName
{
background-color: #FFBC0F;
}
</style>
border-color css
<style>
span { border-color: #FFBC0F; }
span { border-color: rgb(255,188,15); }
td.TdClassName
{
border-color: #FFBC0F;
}
.TagClassName
{
border-color: #FFBC0F;
}
</style>