Shades of Supernova #FFB326
Tints of Supernova #FFB326
RGB
CMYK
RGB Variations
Color information
#FFB326 (or 0xFFB326) is known color: Supernova. HEX triplet: FF, B3 and 26. RGB value is (255,179,38). Sum of RGB (Red+Green+Blue) = 255+179+38=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB326 is #004CD9. Grayscale: #BABABA. Windows color (decimal): -19674 or 2536447. OLE color: 2536447.
HSL color Cylindrical-coordinate representation of color #FFB326: hue angle of 38.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFB326 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 38 | - |
| CMYK | 0 | 0.30 | 0.85 | 0 |
| HSL | 38.99º | 1% | 0.57% | - |
| HSV(B) | 38.99º | 0.85% | 1% | - |
| XYZ | 57.71 | 53.64 | 9.15 | - |
| YUV | 185.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 38 | 0 | 0.30 | 0.85 | 0 | 38.99 | 1 | 0.57 |
| Hex | FF | B3 | 26 | 0 | 1E | 55 | 0 | 27 | 64 | 39 |
| Octal | 377 | 263 | 46 | 0 | 36 | 125 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110011 | 100110 | 0 | 11110 | 1010101 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB326
Complementary color
Monochromatic Colors of #FFB326
Black with #FFB326
Text Example
Text Example
White with #FFB326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB326; }
p { color: rgb(255,179,38); }
H1.HeaderClassName
{
color: #FFB326;
}
.AnyTagClassName
{
color: #FFB326;
}
</style>
background-color css
<style>
a { background-color: #FFB326; }
a { background-color: rgb(255,179,38); }
div.DivClassName
{
background-color: #FFB326;
}
.BgClassName
{
background-color: #FFB326;
}
</style>
border-color css
<style>
span { border-color: #FFB326; }
span { border-color: rgb(255,179,38); }
td.TdClassName
{
border-color: #FFB326;
}
.TagClassName
{
border-color: #FFB326;
}
</style>