Shades of Supernova #FFB631
Tints of Supernova #FFB631
RGB
CMYK
RGB Variations
Color information
#FFB631 (or 0xFFB631) is known color: Supernova. HEX triplet: FF, B6 and 31. RGB value is (255,182,49). Sum of RGB (Red+Green+Blue) = 255+182+49=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB631 is #0049CE. Grayscale: #BDBDBD. Windows color (decimal): -18895 or 3258111. OLE color: 3258111.
HSL color Cylindrical-coordinate representation of color #FFB631: hue angle of 38.74º 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 #FFB631 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 49 | - |
| CMYK | 0 | 0.29 | 0.81 | 0 |
| HSL | 38.74º | 1% | 0.6% | - |
| HSV(B) | 38.74º | 0.81% | 1% | - |
| XYZ | 58.52 | 54.94 | 10.43 | - |
| YUV | 188.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 49 | 0 | 0.29 | 0.81 | 0 | 38.74 | 1 | 0.6 |
| Hex | FF | B6 | 31 | 0 | 1D | 51 | 0 | 27 | 64 | 3C |
| Octal | 377 | 266 | 61 | 0 | 35 | 121 | 0 | 47 | 144 | 74 |
| Binary | 11111111 | 10110110 | 110001 | 0 | 11101 | 1010001 | 0 | 100111 | 1100100 | 111100 |
Color Harmonies of #FFB631
Complementary color
Monochromatic Colors of #FFB631
Black with #FFB631
Text Example
Text Example
White with #FFB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB631; }
p { color: rgb(255,182,49); }
H1.HeaderClassName
{
color: #FFB631;
}
.AnyTagClassName
{
color: #FFB631;
}
</style>
background-color css
<style>
a { background-color: #FFB631; }
a { background-color: rgb(255,182,49); }
div.DivClassName
{
background-color: #FFB631;
}
.BgClassName
{
background-color: #FFB631;
}
</style>
border-color css
<style>
span { border-color: #FFB631; }
span { border-color: rgb(255,182,49); }
td.TdClassName
{
border-color: #FFB631;
}
.TagClassName
{
border-color: #FFB631;
}
</style>