Shades of Supernova #F9B32C
Tints of Supernova #F9B32C
RGB
CMYK
RGB Variations
Color information
#F9B32C (or 0xF9B32C) is known color: Supernova. HEX triplet: F9, B3 and 2C. RGB value is (249,179,44). Sum of RGB (Red+Green+Blue) = 249+179+44=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B32C is #064CD3. Grayscale: #B9B9B9. Windows color (decimal): -412884 or 2929657. OLE color: 2929657.
HSL color Cylindrical-coordinate representation of color #F9B32C: hue angle of 39.51º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9B32C is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 44 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.02 |
| HSL | 39.51º | 0.94% | 0.57% | - |
| HSV(B) | 39.51º | 0.82% | 0.98% | - |
| XYZ | 55.64 | 52.56 | 9.6 | - |
| YUV | 184.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 44 | 0 | 0.28 | 0.82 | 0.02 | 39.51 | 0.94 | 0.57 |
| Hex | F9 | B3 | 2C | 0 | 1C | 52 | 2 | 28 | 5E | 39 |
| Octal | 371 | 263 | 54 | 0 | 34 | 122 | 2 | 50 | 136 | 71 |
| Binary | 11111001 | 10110011 | 101100 | 0 | 11100 | 1010010 | 10 | 101000 | 1011110 | 111001 |
Color Harmonies of #F9B32C
Complementary color
Monochromatic Colors of #F9B32C
Black with #F9B32C
Text Example
Text Example
White with #F9B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B32C; }
p { color: rgb(249,179,44); }
H1.HeaderClassName
{
color: #F9B32C;
}
.AnyTagClassName
{
color: #F9B32C;
}
</style>
background-color css
<style>
a { background-color: #F9B32C; }
a { background-color: rgb(249,179,44); }
div.DivClassName
{
background-color: #F9B32C;
}
.BgClassName
{
background-color: #F9B32C;
}
</style>
border-color css
<style>
span { border-color: #F9B32C; }
span { border-color: rgb(249,179,44); }
td.TdClassName
{
border-color: #F9B32C;
}
.TagClassName
{
border-color: #F9B32C;
}
</style>