Shades of Supernova #FFBB41
Tints of Supernova #FFBB41
RGB
CMYK
RGB Variations
Color information
#FFBB41 (or 0xFFBB41) is known color: Supernova. HEX triplet: FF, BB and 41. RGB value is (255,187,65). Sum of RGB (Red+Green+Blue) = 255+187+65=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB41 is #0044BE. Grayscale: #C1C1C1. Windows color (decimal): -17599 or 4307967. OLE color: 4307967.
HSL color Cylindrical-coordinate representation of color #FFBB41: hue angle of 38.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBB41 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 65 | - |
| CMYK | 0 | 0.27 | 0.75 | 0 |
| HSL | 38.53º | 1% | 0.63% | - |
| HSV(B) | 38.53º | 0.75% | 1% | - |
| XYZ | 59.96 | 57.18 | 12.88 | - |
| YUV | 193.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 65 | 0 | 0.27 | 0.75 | 0 | 38.53 | 1 | 0.63 |
| Hex | FF | BB | 41 | 0 | 1B | 4B | 0 | 27 | 64 | 3F |
| Octal | 377 | 273 | 101 | 0 | 33 | 113 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111011 | 1000001 | 0 | 11011 | 1001011 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBB41
Complementary color
Monochromatic Colors of #FFBB41
Black with #FFBB41
Text Example
Text Example
White with #FFBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB41; }
p { color: rgb(255,187,65); }
H1.HeaderClassName
{
color: #FFBB41;
}
.AnyTagClassName
{
color: #FFBB41;
}
</style>
background-color css
<style>
a { background-color: #FFBB41; }
a { background-color: rgb(255,187,65); }
div.DivClassName
{
background-color: #FFBB41;
}
.BgClassName
{
background-color: #FFBB41;
}
</style>
border-color css
<style>
span { border-color: #FFBB41; }
span { border-color: rgb(255,187,65); }
td.TdClassName
{
border-color: #FFBB41;
}
.TagClassName
{
border-color: #FFBB41;
}
</style>