Shades of Supernova #FFB324
Tints of Supernova #FFB324
RGB
CMYK
RGB Variations
Color information
#FFB324 (or 0xFFB324) is known color: Supernova. HEX triplet: FF, B3 and 24. RGB value is (255,179,36). Sum of RGB (Red+Green+Blue) = 255+179+36=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB324 is #004CDB. Grayscale: #BABABA. Windows color (decimal): -19676 or 2405375. OLE color: 2405375.
HSL color Cylindrical-coordinate representation of color #FFB324: hue angle of 39.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFB324 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0 |
| HSL | 39.18º | 1% | 0.57% | - |
| HSV(B) | 39.18º | 0.86% | 1% | - |
| XYZ | 57.68 | 53.63 | 8.98 | - |
| YUV | 185.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 36 | 0 | 0.30 | 0.86 | 0 | 39.18 | 1 | 0.57 |
| Hex | FF | B3 | 24 | 0 | 1E | 56 | 0 | 27 | 64 | 39 |
| Octal | 377 | 263 | 44 | 0 | 36 | 126 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110011 | 100100 | 0 | 11110 | 1010110 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB324
Complementary color
Monochromatic Colors of #FFB324
Black with #FFB324
Text Example
Text Example
White with #FFB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB324; }
p { color: rgb(255,179,36); }
H1.HeaderClassName
{
color: #FFB324;
}
.AnyTagClassName
{
color: #FFB324;
}
</style>
background-color css
<style>
a { background-color: #FFB324; }
a { background-color: rgb(255,179,36); }
div.DivClassName
{
background-color: #FFB324;
}
.BgClassName
{
background-color: #FFB324;
}
</style>
border-color css
<style>
span { border-color: #FFB324; }
span { border-color: rgb(255,179,36); }
td.TdClassName
{
border-color: #FFB324;
}
.TagClassName
{
border-color: #FFB324;
}
</style>