Shades of Supernova #FFB32D
Tints of Supernova #FFB32D
RGB
CMYK
RGB Variations
Color information
#FFB32D (or 0xFFB32D) is known color: Supernova. HEX triplet: FF, B3 and 2D. RGB value is (255,179,45). Sum of RGB (Red+Green+Blue) = 255+179+45=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB32D is #004CD2. Grayscale: #BBBBBB. Windows color (decimal): -19667 or 2995199. OLE color: 2995199.
HSL color Cylindrical-coordinate representation of color #FFB32D: hue angle of 38.29º 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 #FFB32D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0 |
| HSL | 38.29º | 1% | 0.59% | - |
| HSV(B) | 38.29º | 0.82% | 1% | - |
| XYZ | 57.83 | 53.69 | 9.8 | - |
| YUV | 186.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 45 | 0 | 0.30 | 0.82 | 0 | 38.29 | 1 | 0.59 |
| Hex | FF | B3 | 2D | 0 | 1E | 52 | 0 | 26 | 64 | 3B |
| Octal | 377 | 263 | 55 | 0 | 36 | 122 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110011 | 101101 | 0 | 11110 | 1010010 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB32D
Complementary color
Monochromatic Colors of #FFB32D
Black with #FFB32D
Text Example
Text Example
White with #FFB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB32D; }
p { color: rgb(255,179,45); }
H1.HeaderClassName
{
color: #FFB32D;
}
.AnyTagClassName
{
color: #FFB32D;
}
</style>
background-color css
<style>
a { background-color: #FFB32D; }
a { background-color: rgb(255,179,45); }
div.DivClassName
{
background-color: #FFB32D;
}
.BgClassName
{
background-color: #FFB32D;
}
</style>
border-color css
<style>
span { border-color: #FFB32D; }
span { border-color: rgb(255,179,45); }
td.TdClassName
{
border-color: #FFB32D;
}
.TagClassName
{
border-color: #FFB32D;
}
</style>