Shades of Supernova #FFB831
Tints of Supernova #FFB831
RGB
CMYK
RGB Variations
Color information
#FFB831 (or 0xFFB831) is known color: Supernova. HEX triplet: FF, B8 and 31. RGB value is (255,184,49). Sum of RGB (Red+Green+Blue) = 255+184+49=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB831 is #0047CE. Grayscale: #BEBEBE. Windows color (decimal): -18383 or 3258623. OLE color: 3258623.
HSL color Cylindrical-coordinate representation of color #FFB831: hue angle of 39.32º 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 #FFB831 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 49 | - |
| CMYK | 0 | 0.28 | 0.81 | 0 |
| HSL | 39.32º | 1% | 0.6% | - |
| HSV(B) | 39.32º | 0.81% | 1% | - |
| XYZ | 58.93 | 55.76 | 10.56 | - |
| YUV | 189.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 49 | 0 | 0.28 | 0.81 | 0 | 39.32 | 1 | 0.6 |
| Hex | FF | B8 | 31 | 0 | 1C | 51 | 0 | 27 | 64 | 3C |
| Octal | 377 | 270 | 61 | 0 | 34 | 121 | 0 | 47 | 144 | 74 |
| Binary | 11111111 | 10111000 | 110001 | 0 | 11100 | 1010001 | 0 | 100111 | 1100100 | 111100 |
Color Harmonies of #FFB831
Complementary color
Monochromatic Colors of #FFB831
Black with #FFB831
Text Example
Text Example
White with #FFB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB831; }
p { color: rgb(255,184,49); }
H1.HeaderClassName
{
color: #FFB831;
}
.AnyTagClassName
{
color: #FFB831;
}
</style>
background-color css
<style>
a { background-color: #FFB831; }
a { background-color: rgb(255,184,49); }
div.DivClassName
{
background-color: #FFB831;
}
.BgClassName
{
background-color: #FFB831;
}
</style>
border-color css
<style>
span { border-color: #FFB831; }
span { border-color: rgb(255,184,49); }
td.TdClassName
{
border-color: #FFB831;
}
.TagClassName
{
border-color: #FFB831;
}
</style>