Shades of Supernova #FFB32E
Tints of Supernova #FFB32E
RGB
CMYK
RGB Variations
Color information
#FFB32E (or 0xFFB32E) is known color: Supernova. HEX triplet: FF, B3 and 2E. RGB value is (255,179,46). Sum of RGB (Red+Green+Blue) = 255+179+46=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB32E is #004CD1. Grayscale: #BBBBBB. Windows color (decimal): -19666 or 3060735. OLE color: 3060735.
HSL color Cylindrical-coordinate representation of color #FFB32E: hue angle of 38.18º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB32E is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 46 | - |
| CMYK | 0 | 0.30 | 0.82 | 0 |
| HSL | 38.18º | 1% | 0.59% | - |
| HSV(B) | 38.18º | 0.82% | 1% | - |
| XYZ | 57.85 | 53.7 | 9.9 | - |
| YUV | 186.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 46 | 0 | 0.30 | 0.82 | 0 | 38.18 | 1 | 0.59 |
| Hex | FF | B3 | 2E | 0 | 1E | 52 | 0 | 26 | 64 | 3B |
| Octal | 377 | 263 | 56 | 0 | 36 | 122 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110011 | 101110 | 0 | 11110 | 1010010 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB32E
Complementary color
Monochromatic Colors of #FFB32E
Black with #FFB32E
Text Example
Text Example
White with #FFB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB32E; }
p { color: rgb(255,179,46); }
H1.HeaderClassName
{
color: #FFB32E;
}
.AnyTagClassName
{
color: #FFB32E;
}
</style>
background-color css
<style>
a { background-color: #FFB32E; }
a { background-color: rgb(255,179,46); }
div.DivClassName
{
background-color: #FFB32E;
}
.BgClassName
{
background-color: #FFB32E;
}
</style>
border-color css
<style>
span { border-color: #FFB32E; }
span { border-color: rgb(255,179,46); }
td.TdClassName
{
border-color: #FFB32E;
}
.TagClassName
{
border-color: #FFB32E;
}
</style>