Shades of Supernova #FFBB3C
Tints of Supernova #FFBB3C
RGB
CMYK
RGB Variations
Color information
#FFBB3C (or 0xFFBB3C) is known color: Supernova. HEX triplet: FF, BB and 3C. RGB value is (255,187,60). Sum of RGB (Red+Green+Blue) = 255+187+60=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB3C is #0044C3. Grayscale: #C1C1C1. Windows color (decimal): -17604 or 3980287. OLE color: 3980287.
HSL color Cylindrical-coordinate representation of color #FFBB3C: hue angle of 39.08º 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 #FFBB3C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 60 | - |
| CMYK | 0 | 0.27 | 0.76 | 0 |
| HSL | 39.08º | 1% | 0.62% | - |
| HSV(B) | 39.08º | 0.76% | 1% | - |
| XYZ | 59.83 | 57.13 | 12.15 | - |
| YUV | 192.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 60 | 0 | 0.27 | 0.76 | 0 | 39.08 | 1 | 0.62 |
| Hex | FF | BB | 3C | 0 | 1B | 4C | 0 | 27 | 64 | 3E |
| Octal | 377 | 273 | 74 | 0 | 33 | 114 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111011 | 111100 | 0 | 11011 | 1001100 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBB3C
Complementary color
Monochromatic Colors of #FFBB3C
Black with #FFBB3C
Text Example
Text Example
White with #FFBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB3C; }
p { color: rgb(255,187,60); }
H1.HeaderClassName
{
color: #FFBB3C;
}
.AnyTagClassName
{
color: #FFBB3C;
}
</style>
background-color css
<style>
a { background-color: #FFBB3C; }
a { background-color: rgb(255,187,60); }
div.DivClassName
{
background-color: #FFBB3C;
}
.BgClassName
{
background-color: #FFBB3C;
}
</style>
border-color css
<style>
span { border-color: #FFBB3C; }
span { border-color: rgb(255,187,60); }
td.TdClassName
{
border-color: #FFBB3C;
}
.TagClassName
{
border-color: #FFBB3C;
}
</style>