Shades of Selective Yellow #FFBC02
Tints of Selective Yellow #FFBC02
RGB
CMYK
RGB Variations
Color information
#FFBC02 (or 0xFFBC02) is known color: Selective Yellow. HEX triplet: FF, BC and 02. RGB value is (255,188,2). Sum of RGB (Red+Green+Blue) = 255+188+2=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC02 is #0043FD. Grayscale: #BBBBBB. Windows color (decimal): -17406 or 179455. OLE color: 179455.
HSL color Cylindrical-coordinate representation of color #FFBC02: hue angle of 44.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFBC02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0 |
| HSL | 44.11º | 1% | 0.5% | - |
| HSV(B) | 44.11º | 0.99% | 1% | - |
| XYZ | 59.23 | 57.23 | 7.98 | - |
| YUV | 186.83 | 23.7 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 2 | 0 | 0.26 | 0.99 | 0 | 44.11 | 1 | 0.5 |
| Hex | FF | BC | 2 | 0 | 1A | 63 | 0 | 2C | 64 | 32 |
| Octal | 377 | 274 | 2 | 0 | 32 | 143 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111100 | 10 | 0 | 11010 | 1100011 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBC02
Complementary color
Monochromatic Colors of #FFBC02
Black with #FFBC02
Text Example
Text Example
White with #FFBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC02; }
p { color: rgb(255,188,2); }
H1.HeaderClassName
{
color: #FFBC02;
}
.AnyTagClassName
{
color: #FFBC02;
}
</style>
background-color css
<style>
a { background-color: #FFBC02; }
a { background-color: rgb(255,188,2); }
div.DivClassName
{
background-color: #FFBC02;
}
.BgClassName
{
background-color: #FFBC02;
}
</style>
border-color css
<style>
span { border-color: #FFBC02; }
span { border-color: rgb(255,188,2); }
td.TdClassName
{
border-color: #FFBC02;
}
.TagClassName
{
border-color: #FFBC02;
}
</style>