Shades of Supernova #F9B326
Tints of Supernova #F9B326
RGB
CMYK
RGB Variations
Color information
#F9B326 (or 0xF9B326) is known color: Supernova. HEX triplet: F9, B3 and 26. RGB value is (249,179,38). Sum of RGB (Red+Green+Blue) = 249+179+38=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B326 is #064CD9. Grayscale: #B8B8B8. Windows color (decimal): -412890 or 2536441. OLE color: 2536441.
HSL color Cylindrical-coordinate representation of color #F9B326: hue angle of 40.09º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9B326 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 38 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.02 |
| HSL | 40.09º | 0.95% | 0.56% | - |
| HSV(B) | 40.09º | 0.85% | 0.98% | - |
| XYZ | 55.54 | 52.52 | 9.04 | - |
| YUV | 183.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 38 | 0 | 0.28 | 0.85 | 0.02 | 40.09 | 0.95 | 0.56 |
| Hex | F9 | B3 | 26 | 0 | 1C | 55 | 2 | 28 | 5F | 38 |
| Octal | 371 | 263 | 46 | 0 | 34 | 125 | 2 | 50 | 137 | 70 |
| Binary | 11111001 | 10110011 | 100110 | 0 | 11100 | 1010101 | 10 | 101000 | 1011111 | 111000 |
Color Harmonies of #F9B326
Complementary color
Monochromatic Colors of #F9B326
Black with #F9B326
Text Example
Text Example
White with #F9B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B326; }
p { color: rgb(249,179,38); }
H1.HeaderClassName
{
color: #F9B326;
}
.AnyTagClassName
{
color: #F9B326;
}
</style>
background-color css
<style>
a { background-color: #F9B326; }
a { background-color: rgb(249,179,38); }
div.DivClassName
{
background-color: #F9B326;
}
.BgClassName
{
background-color: #F9B326;
}
</style>
border-color css
<style>
span { border-color: #F9B326; }
span { border-color: rgb(249,179,38); }
td.TdClassName
{
border-color: #F9B326;
}
.TagClassName
{
border-color: #F9B326;
}
</style>