Shades of Supernova #FFB031
Tints of Supernova #FFB031
RGB
CMYK
RGB Variations
Color information
#FFB031 (or 0xFFB031) is known color: Supernova. HEX triplet: FF, B0 and 31. RGB value is (255,176,49). Sum of RGB (Red+Green+Blue) = 255+176+49=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB031 is #004FCE. Grayscale: #B9B9B9. Windows color (decimal): -20431 or 3256575. OLE color: 3256575.
HSL color Cylindrical-coordinate representation of color #FFB031: hue angle of 36.99º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFB031 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 49 | - |
| CMYK | 0 | 0.31 | 0.81 | 0 |
| HSL | 36.99º | 1% | 0.6% | - |
| HSV(B) | 36.99º | 0.81% | 1% | - |
| XYZ | 57.32 | 52.53 | 10.02 | - |
| YUV | 185.14 | 51.17 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 49 | 0 | 0.31 | 0.81 | 0 | 36.99 | 1 | 0.6 |
| Hex | FF | B0 | 31 | 0 | 1F | 51 | 0 | 25 | 64 | 3C |
| Octal | 377 | 260 | 61 | 0 | 37 | 121 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10110000 | 110001 | 0 | 11111 | 1010001 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFB031
Complementary color
Monochromatic Colors of #FFB031
Black with #FFB031
Text Example
Text Example
White with #FFB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB031; }
p { color: rgb(255,176,49); }
H1.HeaderClassName
{
color: #FFB031;
}
.AnyTagClassName
{
color: #FFB031;
}
</style>
background-color css
<style>
a { background-color: #FFB031; }
a { background-color: rgb(255,176,49); }
div.DivClassName
{
background-color: #FFB031;
}
.BgClassName
{
background-color: #FFB031;
}
</style>
border-color css
<style>
span { border-color: #FFB031; }
span { border-color: rgb(255,176,49); }
td.TdClassName
{
border-color: #FFB031;
}
.TagClassName
{
border-color: #FFB031;
}
</style>