Shades of Supernova #FFB731
Tints of Supernova #FFB731
RGB
CMYK
RGB Variations
Color information
#FFB731 (or 0xFFB731) is known color: Supernova. HEX triplet: FF, B7 and 31. RGB value is (255,183,49). Sum of RGB (Red+Green+Blue) = 255+183+49=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB731 is #0048CE. Grayscale: #BDBDBD. Windows color (decimal): -18639 or 3258367. OLE color: 3258367.
HSL color Cylindrical-coordinate representation of color #FFB731: hue angle of 39.03º 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 #FFB731 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 49 | - |
| CMYK | 0 | 0.28 | 0.81 | 0 |
| HSL | 39.03º | 1% | 0.6% | - |
| HSV(B) | 39.03º | 0.81% | 1% | - |
| XYZ | 58.73 | 55.35 | 10.49 | - |
| YUV | 189.25 | 48.85 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 49 | 0 | 0.28 | 0.81 | 0 | 39.03 | 1 | 0.6 |
| Hex | FF | B7 | 31 | 0 | 1C | 51 | 0 | 27 | 64 | 3C |
| Octal | 377 | 267 | 61 | 0 | 34 | 121 | 0 | 47 | 144 | 74 |
| Binary | 11111111 | 10110111 | 110001 | 0 | 11100 | 1010001 | 0 | 100111 | 1100100 | 111100 |
Color Harmonies of #FFB731
Complementary color
Monochromatic Colors of #FFB731
Black with #FFB731
Text Example
Text Example
White with #FFB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB731; }
p { color: rgb(255,183,49); }
H1.HeaderClassName
{
color: #FFB731;
}
.AnyTagClassName
{
color: #FFB731;
}
</style>
background-color css
<style>
a { background-color: #FFB731; }
a { background-color: rgb(255,183,49); }
div.DivClassName
{
background-color: #FFB731;
}
.BgClassName
{
background-color: #FFB731;
}
</style>
border-color css
<style>
span { border-color: #FFB731; }
span { border-color: rgb(255,183,49); }
td.TdClassName
{
border-color: #FFB731;
}
.TagClassName
{
border-color: #FFB731;
}
</style>