Shades of Supernova #FFB330
Tints of Supernova #FFB330
RGB
CMYK
RGB Variations
Color information
#FFB330 (or 0xFFB330) is known color: Supernova. HEX triplet: FF, B3 and 30. RGB value is (255,179,48). Sum of RGB (Red+Green+Blue) = 255+179+48=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB330 is #004CCF. Grayscale: #BBBBBB. Windows color (decimal): -19664 or 3191807. OLE color: 3191807.
HSL color Cylindrical-coordinate representation of color #FFB330: hue angle of 37.97º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFB330 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 48 | - |
| CMYK | 0 | 0.30 | 0.81 | 0 |
| HSL | 37.97º | 1% | 0.59% | - |
| HSV(B) | 37.97º | 0.81% | 1% | - |
| XYZ | 57.89 | 53.71 | 10.11 | - |
| YUV | 186.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 48 | 0 | 0.30 | 0.81 | 0 | 37.97 | 1 | 0.59 |
| Hex | FF | B3 | 30 | 0 | 1E | 51 | 0 | 26 | 64 | 3B |
| Octal | 377 | 263 | 60 | 0 | 36 | 121 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110011 | 110000 | 0 | 11110 | 1010001 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB330
Complementary color
Monochromatic Colors of #FFB330
Black with #FFB330
Text Example
Text Example
White with #FFB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB330; }
p { color: rgb(255,179,48); }
H1.HeaderClassName
{
color: #FFB330;
}
.AnyTagClassName
{
color: #FFB330;
}
</style>
background-color css
<style>
a { background-color: #FFB330; }
a { background-color: rgb(255,179,48); }
div.DivClassName
{
background-color: #FFB330;
}
.BgClassName
{
background-color: #FFB330;
}
</style>
border-color css
<style>
span { border-color: #FFB330; }
span { border-color: rgb(255,179,48); }
td.TdClassName
{
border-color: #FFB330;
}
.TagClassName
{
border-color: #FFB330;
}
</style>