Shades of Supernova #FAB129
Tints of Supernova #FAB129
RGB
CMYK
RGB Variations
Color information
#FAB129 (or 0xFAB129) is known color: Supernova. HEX triplet: FA, B1 and 29. RGB value is (250,177,41). Sum of RGB (Red+Green+Blue) = 250+177+41=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB129 is #054ED6. Grayscale: #B7B7B7. Windows color (decimal): -347863 or 2732538. OLE color: 2732538.
HSL color Cylindrical-coordinate representation of color #FAB129: hue angle of 39.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAB129 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 41 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.02 |
| HSL | 39.04º | 0.95% | 0.57% | - |
| HSV(B) | 39.04º | 0.84% | 0.98% | - |
| XYZ | 55.55 | 51.93 | 9.19 | - |
| YUV | 183.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 41 | 0 | 0.29 | 0.84 | 0.02 | 39.04 | 0.95 | 0.57 |
| Hex | FA | B1 | 29 | 0 | 1D | 54 | 2 | 27 | 5F | 39 |
| Octal | 372 | 261 | 51 | 0 | 35 | 124 | 2 | 47 | 137 | 71 |
| Binary | 11111010 | 10110001 | 101001 | 0 | 11101 | 1010100 | 10 | 100111 | 1011111 | 111001 |
Color Harmonies of #FAB129
Complementary color
Monochromatic Colors of #FAB129
Black with #FAB129
Text Example
Text Example
White with #FAB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB129; }
p { color: rgb(250,177,41); }
H1.HeaderClassName
{
color: #FAB129;
}
.AnyTagClassName
{
color: #FAB129;
}
</style>
background-color css
<style>
a { background-color: #FAB129; }
a { background-color: rgb(250,177,41); }
div.DivClassName
{
background-color: #FAB129;
}
.BgClassName
{
background-color: #FAB129;
}
</style>
border-color css
<style>
span { border-color: #FAB129; }
span { border-color: rgb(250,177,41); }
td.TdClassName
{
border-color: #FAB129;
}
.TagClassName
{
border-color: #FAB129;
}
</style>