Shades of Supernova #FFB931
Tints of Supernova #FFB931
RGB
CMYK
RGB Variations
Color information
#FFB931 (or 0xFFB931) is known color: Supernova. HEX triplet: FF, B9 and 31. RGB value is (255,185,49). Sum of RGB (Red+Green+Blue) = 255+185+49=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB931 is #0046CE. Grayscale: #BFBFBF. Windows color (decimal): -18127 or 3258879. OLE color: 3258879.
HSL color Cylindrical-coordinate representation of color #FFB931: hue angle of 39.61º 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 #FFB931 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 49 | - |
| CMYK | 0 | 0.27 | 0.81 | 0 |
| HSL | 39.61º | 1% | 0.6% | - |
| HSV(B) | 39.61º | 0.81% | 1% | - |
| XYZ | 59.14 | 56.18 | 10.63 | - |
| YUV | 190.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 49 | 0 | 0.27 | 0.81 | 0 | 39.61 | 1 | 0.6 |
| Hex | FF | B9 | 31 | 0 | 1B | 51 | 0 | 28 | 64 | 3C |
| Octal | 377 | 271 | 61 | 0 | 33 | 121 | 0 | 50 | 144 | 74 |
| Binary | 11111111 | 10111001 | 110001 | 0 | 11011 | 1010001 | 0 | 101000 | 1100100 | 111100 |
Color Harmonies of #FFB931
Complementary color
Monochromatic Colors of #FFB931
Black with #FFB931
Text Example
Text Example
White with #FFB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB931; }
p { color: rgb(255,185,49); }
H1.HeaderClassName
{
color: #FFB931;
}
.AnyTagClassName
{
color: #FFB931;
}
</style>
background-color css
<style>
a { background-color: #FFB931; }
a { background-color: rgb(255,185,49); }
div.DivClassName
{
background-color: #FFB931;
}
.BgClassName
{
background-color: #FFB931;
}
</style>
border-color css
<style>
span { border-color: #FFB931; }
span { border-color: rgb(255,185,49); }
td.TdClassName
{
border-color: #FFB931;
}
.TagClassName
{
border-color: #FFB931;
}
</style>