Shades of Supernova #FFBB38
Tints of Supernova #FFBB38
RGB
CMYK
RGB Variations
Color information
#FFBB38 (or 0xFFBB38) is known color: Supernova. HEX triplet: FF, BB and 38. RGB value is (255,187,56). Sum of RGB (Red+Green+Blue) = 255+187+56=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB38 is #0044C7. Grayscale: #C0C0C0. Windows color (decimal): -17608 or 3718143. OLE color: 3718143.
HSL color Cylindrical-coordinate representation of color #FFBB38: hue angle of 39.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFBB38 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 56 | - |
| CMYK | 0 | 0.27 | 0.78 | 0 |
| HSL | 39.5º | 1% | 0.61% | - |
| HSV(B) | 39.5º | 0.78% | 1% | - |
| XYZ | 59.72 | 57.09 | 11.61 | - |
| YUV | 192.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 56 | 0 | 0.27 | 0.78 | 0 | 39.5 | 1 | 0.61 |
| Hex | FF | BB | 38 | 0 | 1B | 4E | 0 | 27 | 64 | 3D |
| Octal | 377 | 273 | 70 | 0 | 33 | 116 | 0 | 47 | 144 | 75 |
| Binary | 11111111 | 10111011 | 111000 | 0 | 11011 | 1001110 | 0 | 100111 | 1100100 | 111101 |
Color Harmonies of #FFBB38
Complementary color
Monochromatic Colors of #FFBB38
Black with #FFBB38
Text Example
Text Example
White with #FFBB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB38; }
p { color: rgb(255,187,56); }
H1.HeaderClassName
{
color: #FFBB38;
}
.AnyTagClassName
{
color: #FFBB38;
}
</style>
background-color css
<style>
a { background-color: #FFBB38; }
a { background-color: rgb(255,187,56); }
div.DivClassName
{
background-color: #FFBB38;
}
.BgClassName
{
background-color: #FFBB38;
}
</style>
border-color css
<style>
span { border-color: #FFBB38; }
span { border-color: rgb(255,187,56); }
td.TdClassName
{
border-color: #FFBB38;
}
.TagClassName
{
border-color: #FFBB38;
}
</style>