Shades of Supernova #FAB324
Tints of Supernova #FAB324
RGB
CMYK
RGB Variations
Color information
#FAB324 (or 0xFAB324) is known color: Supernova. HEX triplet: FA, B3 and 24. RGB value is (250,179,36). Sum of RGB (Red+Green+Blue) = 250+179+36=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB324 is #054CDB. Grayscale: #B8B8B8. Windows color (decimal): -347356 or 2405370. OLE color: 2405370.
HSL color Cylindrical-coordinate representation of color #FAB324: hue angle of 40.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB324 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 36 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.02 |
| HSL | 40.09º | 0.96% | 0.56% | - |
| HSV(B) | 40.09º | 0.86% | 0.98% | - |
| XYZ | 55.86 | 52.69 | 8.9 | - |
| YUV | 183.93 | 44.52 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 36 | 0 | 0.28 | 0.86 | 0.02 | 40.09 | 0.96 | 0.56 |
| Hex | FA | B3 | 24 | 0 | 1C | 56 | 2 | 28 | 60 | 38 |
| Octal | 372 | 263 | 44 | 0 | 34 | 126 | 2 | 50 | 140 | 70 |
| Binary | 11111010 | 10110011 | 100100 | 0 | 11100 | 1010110 | 10 | 101000 | 1100000 | 111000 |
Color Harmonies of #FAB324
Complementary color
Monochromatic Colors of #FAB324
Black with #FAB324
Text Example
Text Example
White with #FAB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB324; }
p { color: rgb(250,179,36); }
H1.HeaderClassName
{
color: #FAB324;
}
.AnyTagClassName
{
color: #FAB324;
}
</style>
background-color css
<style>
a { background-color: #FAB324; }
a { background-color: rgb(250,179,36); }
div.DivClassName
{
background-color: #FAB324;
}
.BgClassName
{
background-color: #FAB324;
}
</style>
border-color css
<style>
span { border-color: #FAB324; }
span { border-color: rgb(250,179,36); }
td.TdClassName
{
border-color: #FAB324;
}
.TagClassName
{
border-color: #FAB324;
}
</style>