Shades of Supernova #FFB328
Tints of Supernova #FFB328
RGB
CMYK
RGB Variations
Color information
#FFB328 (or 0xFFB328) is known color: Supernova. HEX triplet: FF, B3 and 28. RGB value is (255,179,40). Sum of RGB (Red+Green+Blue) = 255+179+40=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB328 is #004CD7. Grayscale: #BABABA. Windows color (decimal): -19672 or 2667519. OLE color: 2667519.
HSL color Cylindrical-coordinate representation of color #FFB328: hue angle of 38.79º 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 #FFB328 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0 |
| HSL | 38.79º | 1% | 0.58% | - |
| HSV(B) | 38.79º | 0.84% | 1% | - |
| XYZ | 57.74 | 53.65 | 9.32 | - |
| YUV | 185.88 | 45.68 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 40 | 0 | 0.30 | 0.84 | 0 | 38.79 | 1 | 0.58 |
| Hex | FF | B3 | 28 | 0 | 1E | 54 | 0 | 27 | 64 | 3A |
| Octal | 377 | 263 | 50 | 0 | 36 | 124 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110011 | 101000 | 0 | 11110 | 1010100 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB328
Complementary color
Monochromatic Colors of #FFB328
Black with #FFB328
Text Example
Text Example
White with #FFB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB328; }
p { color: rgb(255,179,40); }
H1.HeaderClassName
{
color: #FFB328;
}
.AnyTagClassName
{
color: #FFB328;
}
</style>
background-color css
<style>
a { background-color: #FFB328; }
a { background-color: rgb(255,179,40); }
div.DivClassName
{
background-color: #FFB328;
}
.BgClassName
{
background-color: #FFB328;
}
</style>
border-color css
<style>
span { border-color: #FFB328; }
span { border-color: rgb(255,179,40); }
td.TdClassName
{
border-color: #FFB328;
}
.TagClassName
{
border-color: #FFB328;
}
</style>