Shades of Supernova #FFBB3E
Tints of Supernova #FFBB3E
RGB
CMYK
RGB Variations
Color information
#FFBB3E (or 0xFFBB3E) is known color: Supernova. HEX triplet: FF, BB and 3E. RGB value is (255,187,62). Sum of RGB (Red+Green+Blue) = 255+187+62=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB3E is #0044C1. Grayscale: #C1C1C1. Windows color (decimal): -17602 or 4111359. OLE color: 4111359.
HSL color Cylindrical-coordinate representation of color #FFBB3E: hue angle of 38.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBB3E is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 62 | - |
| CMYK | 0 | 0.27 | 0.76 | 0 |
| HSL | 38.86º | 1% | 0.62% | - |
| HSV(B) | 38.86º | 0.76% | 1% | - |
| XYZ | 59.88 | 57.15 | 12.43 | - |
| YUV | 193.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 62 | 0 | 0.27 | 0.76 | 0 | 38.86 | 1 | 0.62 |
| Hex | FF | BB | 3E | 0 | 1B | 4C | 0 | 27 | 64 | 3E |
| Octal | 377 | 273 | 76 | 0 | 33 | 114 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111011 | 111110 | 0 | 11011 | 1001100 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBB3E
Complementary color
Monochromatic Colors of #FFBB3E
Black with #FFBB3E
Text Example
Text Example
White with #FFBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB3E; }
p { color: rgb(255,187,62); }
H1.HeaderClassName
{
color: #FFBB3E;
}
.AnyTagClassName
{
color: #FFBB3E;
}
</style>
background-color css
<style>
a { background-color: #FFBB3E; }
a { background-color: rgb(255,187,62); }
div.DivClassName
{
background-color: #FFBB3E;
}
.BgClassName
{
background-color: #FFBB3E;
}
</style>
border-color css
<style>
span { border-color: #FFBB3E; }
span { border-color: rgb(255,187,62); }
td.TdClassName
{
border-color: #FFBB3E;
}
.TagClassName
{
border-color: #FFBB3E;
}
</style>