Shades of Supernova #FAB92F
Tints of Supernova #FAB92F
RGB
CMYK
RGB Variations
Color information
#FAB92F (or 0xFAB92F) is known color: Supernova. HEX triplet: FA, B9 and 2F. RGB value is (250,185,47). Sum of RGB (Red+Green+Blue) = 250+185+47=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB92F is #0546D0. Grayscale: #BDBDBD. Windows color (decimal): -345809 or 3127802. OLE color: 3127802.
HSL color Cylindrical-coordinate representation of color #FAB92F: hue angle of 40.79º 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 #FAB92F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 47 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.02 |
| HSL | 40.79º | 0.95% | 0.58% | - |
| HSV(B) | 40.79º | 0.81% | 0.98% | - |
| XYZ | 57.29 | 55.23 | 10.33 | - |
| YUV | 188.7 | 48.03 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 47 | 0 | 0.26 | 0.81 | 0.02 | 40.79 | 0.95 | 0.58 |
| Hex | FA | B9 | 2F | 0 | 1A | 51 | 2 | 29 | 5F | 3A |
| Octal | 372 | 271 | 57 | 0 | 32 | 121 | 2 | 51 | 137 | 72 |
| Binary | 11111010 | 10111001 | 101111 | 0 | 11010 | 1010001 | 10 | 101001 | 1011111 | 111010 |
Color Harmonies of #FAB92F
Complementary color
Monochromatic Colors of #FAB92F
Black with #FAB92F
Text Example
Text Example
White with #FAB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB92F; }
p { color: rgb(250,185,47); }
H1.HeaderClassName
{
color: #FAB92F;
}
.AnyTagClassName
{
color: #FAB92F;
}
</style>
background-color css
<style>
a { background-color: #FAB92F; }
a { background-color: rgb(250,185,47); }
div.DivClassName
{
background-color: #FAB92F;
}
.BgClassName
{
background-color: #FAB92F;
}
</style>
border-color css
<style>
span { border-color: #FAB92F; }
span { border-color: rgb(250,185,47); }
td.TdClassName
{
border-color: #FAB92F;
}
.TagClassName
{
border-color: #FAB92F;
}
</style>