Shades of Supernova #FFB32C
Tints of Supernova #FFB32C
RGB
CMYK
RGB Variations
Color information
#FFB32C (or 0xFFB32C) is known color: Supernova. HEX triplet: FF, B3 and 2C. RGB value is (255,179,44). Sum of RGB (Red+Green+Blue) = 255+179+44=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB32C is #004CD3. Grayscale: #BABABA. Windows color (decimal): -19668 or 2929663. OLE color: 2929663.
HSL color Cylindrical-coordinate representation of color #FFB32C: hue angle of 38.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB32C is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 44 | - |
| CMYK | 0 | 0.30 | 0.83 | 0 |
| HSL | 38.39º | 1% | 0.59% | - |
| HSV(B) | 38.39º | 0.83% | 1% | - |
| XYZ | 57.81 | 53.68 | 9.7 | - |
| YUV | 186.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 44 | 0 | 0.30 | 0.83 | 0 | 38.39 | 1 | 0.59 |
| Hex | FF | B3 | 2C | 0 | 1E | 53 | 0 | 26 | 64 | 3B |
| Octal | 377 | 263 | 54 | 0 | 36 | 123 | 0 | 46 | 144 | 73 |
| Binary | 11111111 | 10110011 | 101100 | 0 | 11110 | 1010011 | 0 | 100110 | 1100100 | 111011 |
Color Harmonies of #FFB32C
Complementary color
Monochromatic Colors of #FFB32C
Black with #FFB32C
Text Example
Text Example
White with #FFB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB32C; }
p { color: rgb(255,179,44); }
H1.HeaderClassName
{
color: #FFB32C;
}
.AnyTagClassName
{
color: #FFB32C;
}
</style>
background-color css
<style>
a { background-color: #FFB32C; }
a { background-color: rgb(255,179,44); }
div.DivClassName
{
background-color: #FFB32C;
}
.BgClassName
{
background-color: #FFB32C;
}
</style>
border-color css
<style>
span { border-color: #FFB32C; }
span { border-color: rgb(255,179,44); }
td.TdClassName
{
border-color: #FFB32C;
}
.TagClassName
{
border-color: #FFB32C;
}
</style>