Shades of Selective Yellow #FFBC12
Tints of Selective Yellow #FFBC12
RGB
CMYK
RGB Variations
Color information
#FFBC12 (or 0xFFBC12) is known color: Selective Yellow. HEX triplet: FF, BC and 12. RGB value is (255,188,18). Sum of RGB (Red+Green+Blue) = 255+188+18=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC12 is #0043ED. Grayscale: #BDBDBD. Windows color (decimal): -17390 or 1228031. OLE color: 1228031.
HSL color Cylindrical-coordinate representation of color #FFBC12: hue angle of 43.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFBC12 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 18 | - |
| CMYK | 0 | 0.26 | 0.93 | 0 |
| HSL | 43.04º | 1% | 0.54% | - |
| HSV(B) | 43.04º | 0.93% | 1% | - |
| XYZ | 59.33 | 57.27 | 8.5 | - |
| YUV | 188.65 | 31.7 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 18 | 0 | 0.26 | 0.93 | 0 | 43.04 | 1 | 0.54 |
| Hex | FF | BC | 12 | 0 | 1A | 5D | 0 | 2B | 64 | 36 |
| Octal | 377 | 274 | 22 | 0 | 32 | 135 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111100 | 10010 | 0 | 11010 | 1011101 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBC12
Complementary color
Monochromatic Colors of #FFBC12
Black with #FFBC12
Text Example
Text Example
White with #FFBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC12; }
p { color: rgb(255,188,18); }
H1.HeaderClassName
{
color: #FFBC12;
}
.AnyTagClassName
{
color: #FFBC12;
}
</style>
background-color css
<style>
a { background-color: #FFBC12; }
a { background-color: rgb(255,188,18); }
div.DivClassName
{
background-color: #FFBC12;
}
.BgClassName
{
background-color: #FFBC12;
}
</style>
border-color css
<style>
span { border-color: #FFBC12; }
span { border-color: rgb(255,188,18); }
td.TdClassName
{
border-color: #FFBC12;
}
.TagClassName
{
border-color: #FFBC12;
}
</style>