Shades of Selective Yellow #FFBC09
Tints of Selective Yellow #FFBC09
RGB
CMYK
RGB Variations
Color information
#FFBC09 (or 0xFFBC09) is known color: Selective Yellow. HEX triplet: FF, BC and 09. RGB value is (255,188,9). Sum of RGB (Red+Green+Blue) = 255+188+9=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBC09 is #0043F6. Grayscale: #BCBCBC. Windows color (decimal): -17399 or 638207. OLE color: 638207.
HSL color Cylindrical-coordinate representation of color #FFBC09: hue angle of 43.66º 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 #FFBC09 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0 |
| HSL | 43.66º | 1% | 0.52% | - |
| HSV(B) | 43.66º | 0.96% | 1% | - |
| XYZ | 59.27 | 57.25 | 8.18 | - |
| YUV | 187.63 | 27.2 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 9 | 0 | 0.26 | 0.96 | 0 | 43.66 | 1 | 0.52 |
| Hex | FF | BC | 9 | 0 | 1A | 60 | 0 | 2C | 64 | 34 |
| Octal | 377 | 274 | 11 | 0 | 32 | 140 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111100 | 1001 | 0 | 11010 | 1100000 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBC09
Complementary color
Monochromatic Colors of #FFBC09
Black with #FFBC09
Text Example
Text Example
White with #FFBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC09; }
p { color: rgb(255,188,9); }
H1.HeaderClassName
{
color: #FFBC09;
}
.AnyTagClassName
{
color: #FFBC09;
}
</style>
background-color css
<style>
a { background-color: #FFBC09; }
a { background-color: rgb(255,188,9); }
div.DivClassName
{
background-color: #FFBC09;
}
.BgClassName
{
background-color: #FFBC09;
}
</style>
border-color css
<style>
span { border-color: #FFBC09; }
span { border-color: rgb(255,188,9); }
td.TdClassName
{
border-color: #FFBC09;
}
.TagClassName
{
border-color: #FFBC09;
}
</style>