Shades of Supernova #FFBB35
Tints of Supernova #FFBB35
RGB
CMYK
RGB Variations
Color information
#FFBB35 (or 0xFFBB35) is known color: Supernova. HEX triplet: FF, BB and 35. RGB value is (255,187,53). Sum of RGB (Red+Green+Blue) = 255+187+53=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB35 is #0044CA. Grayscale: #C0C0C0. Windows color (decimal): -17611 or 3521535. OLE color: 3521535.
HSL color Cylindrical-coordinate representation of color #FFBB35: hue angle of 39.8º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFBB35 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 53 | - |
| CMYK | 0 | 0.27 | 0.79 | 0 |
| HSL | 39.8º | 1% | 0.6% | - |
| HSV(B) | 39.8º | 0.79% | 1% | - |
| XYZ | 59.65 | 57.06 | 11.24 | - |
| YUV | 192.06 | 49.53 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 53 | 0 | 0.27 | 0.79 | 0 | 39.8 | 1 | 0.6 |
| Hex | FF | BB | 35 | 0 | 1B | 4F | 0 | 28 | 64 | 3C |
| Octal | 377 | 273 | 65 | 0 | 33 | 117 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111011 | 110101 | 0 | 11011 | 1001111 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFBB35
Complementary color
Monochromatic Colors of #FFBB35
Black with #FFBB35
Text Example
Text Example
White with #FFBB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB35; }
p { color: rgb(255,187,53); }
H1.HeaderClassName
{
color: #FFBB35;
}
.AnyTagClassName
{
color: #FFBB35;
}
</style>
background-color css
<style>
a { background-color: #FFBB35; }
a { background-color: rgb(255,187,53); }
div.DivClassName
{
background-color: #FFBB35;
}
.BgClassName
{
background-color: #FFBB35;
}
</style>
border-color css
<style>
span { border-color: #FFBB35; }
span { border-color: rgb(255,187,53); }
td.TdClassName
{
border-color: #FFBB35;
}
.TagClassName
{
border-color: #FFBB35;
}
</style>