Shades of Selective Yellow #FFBC10
Tints of Selective Yellow #FFBC10
RGB
CMYK
RGB Variations
Color information
#FFBC10 (or 0xFFBC10) is known color: Selective Yellow. HEX triplet: FF, BC and 10. RGB value is (255,188,16). Sum of RGB (Red+Green+Blue) = 255+188+16=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC10 is #0043EF. Grayscale: #BDBDBD. Windows color (decimal): -17392 or 1096959. OLE color: 1096959.
HSL color Cylindrical-coordinate representation of color #FFBC10: hue angle of 43.18º 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 #FFBC10 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 16 | - |
| CMYK | 0 | 0.26 | 0.94 | 0 |
| HSL | 43.18º | 1% | 0.53% | - |
| HSV(B) | 43.18º | 0.94% | 1% | - |
| XYZ | 59.32 | 57.26 | 8.42 | - |
| YUV | 188.43 | 30.7 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 16 | 0 | 0.26 | 0.94 | 0 | 43.18 | 1 | 0.53 |
| Hex | FF | BC | 10 | 0 | 1A | 5E | 0 | 2B | 64 | 35 |
| Octal | 377 | 274 | 20 | 0 | 32 | 136 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111100 | 10000 | 0 | 11010 | 1011110 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBC10
Complementary color
Monochromatic Colors of #FFBC10
Black with #FFBC10
Text Example
Text Example
White with #FFBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC10; }
p { color: rgb(255,188,16); }
H1.HeaderClassName
{
color: #FFBC10;
}
.AnyTagClassName
{
color: #FFBC10;
}
</style>
background-color css
<style>
a { background-color: #FFBC10; }
a { background-color: rgb(255,188,16); }
div.DivClassName
{
background-color: #FFBC10;
}
.BgClassName
{
background-color: #FFBC10;
}
</style>
border-color css
<style>
span { border-color: #FFBC10; }
span { border-color: rgb(255,188,16); }
td.TdClassName
{
border-color: #FFBC10;
}
.TagClassName
{
border-color: #FFBC10;
}
</style>