Shades of Supernova #FAB32E
Tints of Supernova #FAB32E
RGB
CMYK
RGB Variations
Color information
#FAB32E (or 0xFAB32E) is known color: Supernova. HEX triplet: FA, B3 and 2E. RGB value is (250,179,46). Sum of RGB (Red+Green+Blue) = 250+179+46=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB32E is #054CD1. Grayscale: #B9B9B9. Windows color (decimal): -347346 or 3060730. OLE color: 3060730.
HSL color Cylindrical-coordinate representation of color #FAB32E: hue angle of 39.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAB32E is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 46 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.02 |
| HSL | 39.12º | 0.95% | 0.58% | - |
| HSV(B) | 39.12º | 0.82% | 0.98% | - |
| XYZ | 56.04 | 52.76 | 9.82 | - |
| YUV | 185.07 | 49.52 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 46 | 0 | 0.28 | 0.82 | 0.02 | 39.12 | 0.95 | 0.58 |
| Hex | FA | B3 | 2E | 0 | 1C | 52 | 2 | 27 | 5F | 3A |
| Octal | 372 | 263 | 56 | 0 | 34 | 122 | 2 | 47 | 137 | 72 |
| Binary | 11111010 | 10110011 | 101110 | 0 | 11100 | 1010010 | 10 | 100111 | 1011111 | 111010 |
Color Harmonies of #FAB32E
Complementary color
Monochromatic Colors of #FAB32E
Black with #FAB32E
Text Example
Text Example
White with #FAB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB32E; }
p { color: rgb(250,179,46); }
H1.HeaderClassName
{
color: #FAB32E;
}
.AnyTagClassName
{
color: #FAB32E;
}
</style>
background-color css
<style>
a { background-color: #FAB32E; }
a { background-color: rgb(250,179,46); }
div.DivClassName
{
background-color: #FAB32E;
}
.BgClassName
{
background-color: #FAB32E;
}
</style>
border-color css
<style>
span { border-color: #FAB32E; }
span { border-color: rgb(250,179,46); }
td.TdClassName
{
border-color: #FAB32E;
}
.TagClassName
{
border-color: #FAB32E;
}
</style>