Shades of Selective Yellow #FFBB12
Tints of Selective Yellow #FFBB12
RGB
CMYK
RGB Variations
Color information
#FFBB12 (or 0xFFBB12) is known color: Selective Yellow. HEX triplet: FF, BB and 12. RGB value is (255,187,18). Sum of RGB (Red+Green+Blue) = 255+187+18=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB12 is #0044ED. Grayscale: #BCBCBC. Windows color (decimal): -17646 or 1227775. OLE color: 1227775.
HSL color Cylindrical-coordinate representation of color #FFBB12: hue angle of 42.78º 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 #FFBB12 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 18 | - |
| CMYK | 0 | 0.27 | 0.93 | 0 |
| HSL | 42.78º | 1% | 0.54% | - |
| HSV(B) | 42.78º | 0.93% | 1% | - |
| XYZ | 59.12 | 56.84 | 8.43 | - |
| YUV | 188.07 | 32.03 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 18 | 0 | 0.27 | 0.93 | 0 | 42.78 | 1 | 0.54 |
| Hex | FF | BB | 12 | 0 | 1B | 5D | 0 | 2B | 64 | 36 |
| Octal | 377 | 273 | 22 | 0 | 33 | 135 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111011 | 10010 | 0 | 11011 | 1011101 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBB12
Complementary color
Monochromatic Colors of #FFBB12
Black with #FFBB12
Text Example
Text Example
White with #FFBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB12; }
p { color: rgb(255,187,18); }
H1.HeaderClassName
{
color: #FFBB12;
}
.AnyTagClassName
{
color: #FFBB12;
}
</style>
background-color css
<style>
a { background-color: #FFBB12; }
a { background-color: rgb(255,187,18); }
div.DivClassName
{
background-color: #FFBB12;
}
.BgClassName
{
background-color: #FFBB12;
}
</style>
border-color css
<style>
span { border-color: #FFBB12; }
span { border-color: rgb(255,187,18); }
td.TdClassName
{
border-color: #FFBB12;
}
.TagClassName
{
border-color: #FFBB12;
}
</style>