Shades of Supernova #FAB024
Tints of Supernova #FAB024
RGB
CMYK
RGB Variations
Color information
#FAB024 (or 0xFAB024) is known color: Supernova. HEX triplet: FA, B0 and 24. RGB value is (250,176,36). Sum of RGB (Red+Green+Blue) = 250+176+36=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 36 (14.45% from 255 or 7.79% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB024 is #054FDB. Grayscale: #B6B6B6. Windows color (decimal): -348124 or 2404602. OLE color: 2404602.
HSL color Cylindrical-coordinate representation of color #FAB024: hue angle of 39.25º 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 #FAB024 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.02 |
| HSL | 39.25º | 0.96% | 0.56% | - |
| HSV(B) | 39.25º | 0.86% | 0.98% | - |
| XYZ | 55.27 | 51.5 | 8.7 | - |
| YUV | 182.17 | 45.52 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 36 | 0 | 0.30 | 0.86 | 0.02 | 39.25 | 0.96 | 0.56 |
| Hex | FA | B0 | 24 | 0 | 1E | 56 | 2 | 27 | 60 | 38 |
| Octal | 372 | 260 | 44 | 0 | 36 | 126 | 2 | 47 | 140 | 70 |
| Binary | 11111010 | 10110000 | 100100 | 0 | 11110 | 1010110 | 10 | 100111 | 1100000 | 111000 |
Color Harmonies of #FAB024
Complementary color
Monochromatic Colors of #FAB024
Black with #FAB024
Text Example
Text Example
White with #FAB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB024; }
p { color: rgb(250,176,36); }
H1.HeaderClassName
{
color: #FAB024;
}
.AnyTagClassName
{
color: #FAB024;
}
</style>
background-color css
<style>
a { background-color: #FAB024; }
a { background-color: rgb(250,176,36); }
div.DivClassName
{
background-color: #FAB024;
}
.BgClassName
{
background-color: #FAB024;
}
</style>
border-color css
<style>
span { border-color: #FAB024; }
span { border-color: rgb(250,176,36); }
td.TdClassName
{
border-color: #FAB024;
}
.TagClassName
{
border-color: #FAB024;
}
</style>