Shades of Supernova #FFB131
Tints of Supernova #FFB131
RGB
CMYK
RGB Variations
Color information
#FFB131 (or 0xFFB131) is known color: Supernova. HEX triplet: FF, B1 and 31. RGB value is (255,177,49). Sum of RGB (Red+Green+Blue) = 255+177+49=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB131 is #004ECE. Grayscale: #BABABA. Windows color (decimal): -20175 or 3256831. OLE color: 3256831.
HSL color Cylindrical-coordinate representation of color #FFB131: hue angle of 37.28º 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 #FFB131 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 49 | - |
| CMYK | 0 | 0.31 | 0.81 | 0 |
| HSL | 37.28º | 1% | 0.6% | - |
| HSV(B) | 37.28º | 0.81% | 1% | - |
| XYZ | 57.52 | 52.93 | 10.09 | - |
| YUV | 185.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 49 | 0 | 0.31 | 0.81 | 0 | 37.28 | 1 | 0.6 |
| Hex | FF | B1 | 31 | 0 | 1F | 51 | 0 | 25 | 64 | 3C |
| Octal | 377 | 261 | 61 | 0 | 37 | 121 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10110001 | 110001 | 0 | 11111 | 1010001 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFB131
Complementary color
Monochromatic Colors of #FFB131
Black with #FFB131
Text Example
Text Example
White with #FFB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB131; }
p { color: rgb(255,177,49); }
H1.HeaderClassName
{
color: #FFB131;
}
.AnyTagClassName
{
color: #FFB131;
}
</style>
background-color css
<style>
a { background-color: #FFB131; }
a { background-color: rgb(255,177,49); }
div.DivClassName
{
background-color: #FFB131;
}
.BgClassName
{
background-color: #FFB131;
}
</style>
border-color css
<style>
span { border-color: #FFB131; }
span { border-color: rgb(255,177,49); }
td.TdClassName
{
border-color: #FFB131;
}
.TagClassName
{
border-color: #FFB131;
}
</style>