Shades of Supernova #FFBB2C
Tints of Supernova #FFBB2C
RGB
CMYK
RGB Variations
Color information
#FFBB2C (or 0xFFBB2C) is known color: Supernova. HEX triplet: FF, BB and 2C. RGB value is (255,187,44). Sum of RGB (Red+Green+Blue) = 255+187+44=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB2C is #0044D3. Grayscale: #BFBFBF. Windows color (decimal): -17620 or 2931711. OLE color: 2931711.
HSL color Cylindrical-coordinate representation of color #FFBB2C: hue angle of 40.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFBB2C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 44 | - |
| CMYK | 0 | 0.27 | 0.83 | 0 |
| HSL | 40.66º | 1% | 0.59% | - |
| HSV(B) | 40.66º | 0.83% | 1% | - |
| XYZ | 59.46 | 56.98 | 10.25 | - |
| YUV | 191.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 44 | 0 | 0.27 | 0.83 | 0 | 40.66 | 1 | 0.59 |
| Hex | FF | BB | 2C | 0 | 1B | 53 | 0 | 29 | 64 | 3B |
| Octal | 377 | 273 | 54 | 0 | 33 | 123 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111011 | 101100 | 0 | 11011 | 1010011 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBB2C
Complementary color
Monochromatic Colors of #FFBB2C
Black with #FFBB2C
Text Example
Text Example
White with #FFBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB2C; }
p { color: rgb(255,187,44); }
H1.HeaderClassName
{
color: #FFBB2C;
}
.AnyTagClassName
{
color: #FFBB2C;
}
</style>
background-color css
<style>
a { background-color: #FFBB2C; }
a { background-color: rgb(255,187,44); }
div.DivClassName
{
background-color: #FFBB2C;
}
.BgClassName
{
background-color: #FFBB2C;
}
</style>
border-color css
<style>
span { border-color: #FFBB2C; }
span { border-color: rgb(255,187,44); }
td.TdClassName
{
border-color: #FFBB2C;
}
.TagClassName
{
border-color: #FFBB2C;
}
</style>