Shades of Supernova #FFBB2D
Tints of Supernova #FFBB2D
RGB
CMYK
RGB Variations
Color information
#FFBB2D (or 0xFFBB2D) is known color: Supernova. HEX triplet: FF, BB and 2D. RGB value is (255,187,45). Sum of RGB (Red+Green+Blue) = 255+187+45=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB2D is #0044D2. Grayscale: #BFBFBF. Windows color (decimal): -17619 or 2997247. OLE color: 2997247.
HSL color Cylindrical-coordinate representation of color #FFBB2D: hue angle of 40.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBB2D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 45 | - |
| CMYK | 0 | 0.27 | 0.82 | 0 |
| HSL | 40.57º | 1% | 0.59% | - |
| HSV(B) | 40.57º | 0.82% | 1% | - |
| XYZ | 59.48 | 56.99 | 10.35 | - |
| YUV | 191.14 | 45.53 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 45 | 0 | 0.27 | 0.82 | 0 | 40.57 | 1 | 0.59 |
| Hex | FF | BB | 2D | 0 | 1B | 52 | 0 | 29 | 64 | 3B |
| Octal | 377 | 273 | 55 | 0 | 33 | 122 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111011 | 101101 | 0 | 11011 | 1010010 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBB2D
Complementary color
Monochromatic Colors of #FFBB2D
Black with #FFBB2D
Text Example
Text Example
White with #FFBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB2D; }
p { color: rgb(255,187,45); }
H1.HeaderClassName
{
color: #FFBB2D;
}
.AnyTagClassName
{
color: #FFBB2D;
}
</style>
background-color css
<style>
a { background-color: #FFBB2D; }
a { background-color: rgb(255,187,45); }
div.DivClassName
{
background-color: #FFBB2D;
}
.BgClassName
{
background-color: #FFBB2D;
}
</style>
border-color css
<style>
span { border-color: #FFBB2D; }
span { border-color: rgb(255,187,45); }
td.TdClassName
{
border-color: #FFBB2D;
}
.TagClassName
{
border-color: #FFBB2D;
}
</style>