Shades of Supernova #FAB32F
Tints of Supernova #FAB32F
RGB
CMYK
RGB Variations
Color information
#FAB32F (or 0xFAB32F) is known color: Supernova. HEX triplet: FA, B3 and 2F. RGB value is (250,179,47). Sum of RGB (Red+Green+Blue) = 250+179+47=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB32F is #054CD0. Grayscale: #B9B9B9. Windows color (decimal): -347345 or 3126266. OLE color: 3126266.
HSL color Cylindrical-coordinate representation of color #FAB32F: hue angle of 39.01º degrees, saturation: 0.95, 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 #FAB32F is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 47 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.02 |
| HSL | 39.01º | 0.95% | 0.58% | - |
| HSV(B) | 39.01º | 0.81% | 0.98% | - |
| XYZ | 56.06 | 52.77 | 9.92 | - |
| YUV | 185.18 | 50.02 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 47 | 0 | 0.28 | 0.81 | 0.02 | 39.01 | 0.95 | 0.58 |
| Hex | FA | B3 | 2F | 0 | 1C | 51 | 2 | 27 | 5F | 3A |
| Octal | 372 | 263 | 57 | 0 | 34 | 121 | 2 | 47 | 137 | 72 |
| Binary | 11111010 | 10110011 | 101111 | 0 | 11100 | 1010001 | 10 | 100111 | 1011111 | 111010 |
Color Harmonies of #FAB32F
Complementary color
Monochromatic Colors of #FAB32F
Black with #FAB32F
Text Example
Text Example
White with #FAB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB32F; }
p { color: rgb(250,179,47); }
H1.HeaderClassName
{
color: #FAB32F;
}
.AnyTagClassName
{
color: #FAB32F;
}
</style>
background-color css
<style>
a { background-color: #FAB32F; }
a { background-color: rgb(250,179,47); }
div.DivClassName
{
background-color: #FAB32F;
}
.BgClassName
{
background-color: #FAB32F;
}
</style>
border-color css
<style>
span { border-color: #FAB32F; }
span { border-color: rgb(250,179,47); }
td.TdClassName
{
border-color: #FAB32F;
}
.TagClassName
{
border-color: #FAB32F;
}
</style>