Shades of Supernova #FAB32D
Tints of Supernova #FAB32D
RGB
CMYK
RGB Variations
Color information
#FAB32D (or 0xFAB32D) is known color: Supernova. HEX triplet: FA, B3 and 2D. RGB value is (250,179,45). Sum of RGB (Red+Green+Blue) = 250+179+45=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB32D is #054CD2. Grayscale: #B9B9B9. Windows color (decimal): -347347 or 2995194. OLE color: 2995194.
HSL color Cylindrical-coordinate representation of color #FAB32D: hue angle of 39.22º 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 #FAB32D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.02 |
| HSL | 39.22º | 0.95% | 0.58% | - |
| HSV(B) | 39.22º | 0.82% | 0.98% | - |
| XYZ | 56.02 | 52.75 | 9.71 | - |
| YUV | 184.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 45 | 0 | 0.28 | 0.82 | 0.02 | 39.22 | 0.95 | 0.58 |
| Hex | FA | B3 | 2D | 0 | 1C | 52 | 2 | 27 | 5F | 3A |
| Octal | 372 | 263 | 55 | 0 | 34 | 122 | 2 | 47 | 137 | 72 |
| Binary | 11111010 | 10110011 | 101101 | 0 | 11100 | 1010010 | 10 | 100111 | 1011111 | 111010 |
Color Harmonies of #FAB32D
Complementary color
Monochromatic Colors of #FAB32D
Black with #FAB32D
Text Example
Text Example
White with #FAB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB32D; }
p { color: rgb(250,179,45); }
H1.HeaderClassName
{
color: #FAB32D;
}
.AnyTagClassName
{
color: #FAB32D;
}
</style>
background-color css
<style>
a { background-color: #FAB32D; }
a { background-color: rgb(250,179,45); }
div.DivClassName
{
background-color: #FAB32D;
}
.BgClassName
{
background-color: #FAB32D;
}
</style>
border-color css
<style>
span { border-color: #FAB32D; }
span { border-color: rgb(250,179,45); }
td.TdClassName
{
border-color: #FAB32D;
}
.TagClassName
{
border-color: #FAB32D;
}
</style>