Shades of Supernova #FFB329
Tints of Supernova #FFB329
RGB
CMYK
RGB Variations
Color information
#FFB329 (or 0xFFB329) is known color: Supernova. HEX triplet: FF, B3 and 29. RGB value is (255,179,41). Sum of RGB (Red+Green+Blue) = 255+179+41=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB329 is #004CD6. Grayscale: #BABABA. Windows color (decimal): -19671 or 2733055. OLE color: 2733055.
HSL color Cylindrical-coordinate representation of color #FFB329: hue angle of 38.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFB329 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 41 | - |
| CMYK | 0 | 0.30 | 0.84 | 0 |
| HSL | 38.69º | 1% | 0.58% | - |
| HSV(B) | 38.69º | 0.84% | 1% | - |
| XYZ | 57.76 | 53.66 | 9.41 | - |
| YUV | 185.99 | 46.18 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 41 | 0 | 0.30 | 0.84 | 0 | 38.69 | 1 | 0.58 |
| Hex | FF | B3 | 29 | 0 | 1E | 54 | 0 | 27 | 64 | 3A |
| Octal | 377 | 263 | 51 | 0 | 36 | 124 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110011 | 101001 | 0 | 11110 | 1010100 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB329
Complementary color
Monochromatic Colors of #FFB329
Black with #FFB329
Text Example
Text Example
White with #FFB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB329; }
p { color: rgb(255,179,41); }
H1.HeaderClassName
{
color: #FFB329;
}
.AnyTagClassName
{
color: #FFB329;
}
</style>
background-color css
<style>
a { background-color: #FFB329; }
a { background-color: rgb(255,179,41); }
div.DivClassName
{
background-color: #FFB329;
}
.BgClassName
{
background-color: #FFB329;
}
</style>
border-color css
<style>
span { border-color: #FFB329; }
span { border-color: rgb(255,179,41); }
td.TdClassName
{
border-color: #FFB329;
}
.TagClassName
{
border-color: #FFB329;
}
</style>