Shades of Supernova #FFBB34
Tints of Supernova #FFBB34
RGB
CMYK
RGB Variations
Color information
#FFBB34 (or 0xFFBB34) is known color: Supernova. HEX triplet: FF, BB and 34. RGB value is (255,187,52). Sum of RGB (Red+Green+Blue) = 255+187+52=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB34 is #0044CB. Grayscale: #C0C0C0. Windows color (decimal): -17612 or 3455999. OLE color: 3455999.
HSL color Cylindrical-coordinate representation of color #FFBB34: hue angle of 39.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBB34 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 52 | - |
| CMYK | 0 | 0.27 | 0.80 | 0 |
| HSL | 39.9º | 1% | 0.6% | - |
| HSV(B) | 39.9º | 0.8% | 1% | - |
| XYZ | 59.63 | 57.05 | 11.12 | - |
| YUV | 191.94 | 49.03 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 52 | 0 | 0.27 | 0.80 | 0 | 39.9 | 1 | 0.6 |
| Hex | FF | BB | 34 | 0 | 1B | 50 | 0 | 28 | 64 | 3C |
| Octal | 377 | 273 | 64 | 0 | 33 | 120 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111011 | 110100 | 0 | 11011 | 1010000 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFBB34
Complementary color
Monochromatic Colors of #FFBB34
Black with #FFBB34
Text Example
Text Example
White with #FFBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB34; }
p { color: rgb(255,187,52); }
H1.HeaderClassName
{
color: #FFBB34;
}
.AnyTagClassName
{
color: #FFBB34;
}
</style>
background-color css
<style>
a { background-color: #FFBB34; }
a { background-color: rgb(255,187,52); }
div.DivClassName
{
background-color: #FFBB34;
}
.BgClassName
{
background-color: #FFBB34;
}
</style>
border-color css
<style>
span { border-color: #FFBB34; }
span { border-color: rgb(255,187,52); }
td.TdClassName
{
border-color: #FFBB34;
}
.TagClassName
{
border-color: #FFBB34;
}
</style>