Shades of Supernova #F9B32F
Tints of Supernova #F9B32F
RGB
CMYK
RGB Variations
Color information
#F9B32F (or 0xF9B32F) is known color: Supernova. HEX triplet: F9, B3 and 2F. RGB value is (249,179,47). Sum of RGB (Red+Green+Blue) = 249+179+47=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B32F is #064CD0. Grayscale: #B9B9B9. Windows color (decimal): -412881 or 3126265. OLE color: 3126265.
HSL color Cylindrical-coordinate representation of color #F9B32F: hue angle of 39.21º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9B32F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 47 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.02 |
| HSL | 39.21º | 0.94% | 0.58% | - |
| HSV(B) | 39.21º | 0.81% | 0.98% | - |
| XYZ | 55.7 | 52.59 | 9.9 | - |
| YUV | 184.88 | 50.19 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 47 | 0 | 0.28 | 0.81 | 0.02 | 39.21 | 0.94 | 0.58 |
| Hex | F9 | B3 | 2F | 0 | 1C | 51 | 2 | 27 | 5E | 3A |
| Octal | 371 | 263 | 57 | 0 | 34 | 121 | 2 | 47 | 136 | 72 |
| Binary | 11111001 | 10110011 | 101111 | 0 | 11100 | 1010001 | 10 | 100111 | 1011110 | 111010 |
Color Harmonies of #F9B32F
Complementary color
Monochromatic Colors of #F9B32F
Black with #F9B32F
Text Example
Text Example
White with #F9B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B32F; }
p { color: rgb(249,179,47); }
H1.HeaderClassName
{
color: #F9B32F;
}
.AnyTagClassName
{
color: #F9B32F;
}
</style>
background-color css
<style>
a { background-color: #F9B32F; }
a { background-color: rgb(249,179,47); }
div.DivClassName
{
background-color: #F9B32F;
}
.BgClassName
{
background-color: #F9B32F;
}
</style>
border-color css
<style>
span { border-color: #F9B32F; }
span { border-color: rgb(249,179,47); }
td.TdClassName
{
border-color: #F9B32F;
}
.TagClassName
{
border-color: #F9B32F;
}
</style>