Shades of Supernova #FAB12D
Tints of Supernova #FAB12D
RGB
CMYK
RGB Variations
Color information
#FAB12D (or 0xFAB12D) is known color: Supernova. HEX triplet: FA, B1 and 2D. RGB value is (250,177,45). Sum of RGB (Red+Green+Blue) = 250+177+45=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB12D is #054ED2. Grayscale: #B8B8B8. Windows color (decimal): -347859 or 2994682. OLE color: 2994682.
HSL color Cylindrical-coordinate representation of color #FAB12D: hue angle of 38.63º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAB12D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 45 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.02 |
| HSL | 38.63º | 0.95% | 0.58% | - |
| HSV(B) | 38.63º | 0.82% | 0.98% | - |
| XYZ | 55.62 | 51.96 | 9.58 | - |
| YUV | 183.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 45 | 0 | 0.29 | 0.82 | 0.02 | 38.63 | 0.95 | 0.58 |
| Hex | FA | B1 | 2D | 0 | 1D | 52 | 2 | 27 | 5F | 3A |
| Octal | 372 | 261 | 55 | 0 | 35 | 122 | 2 | 47 | 137 | 72 |
| Binary | 11111010 | 10110001 | 101101 | 0 | 11101 | 1010010 | 10 | 100111 | 1011111 | 111010 |
Color Harmonies of #FAB12D
Complementary color
Monochromatic Colors of #FAB12D
Black with #FAB12D
Text Example
Text Example
White with #FAB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB12D; }
p { color: rgb(250,177,45); }
H1.HeaderClassName
{
color: #FAB12D;
}
.AnyTagClassName
{
color: #FAB12D;
}
</style>
background-color css
<style>
a { background-color: #FAB12D; }
a { background-color: rgb(250,177,45); }
div.DivClassName
{
background-color: #FAB12D;
}
.BgClassName
{
background-color: #FAB12D;
}
</style>
border-color css
<style>
span { border-color: #FAB12D; }
span { border-color: rgb(250,177,45); }
td.TdClassName
{
border-color: #FAB12D;
}
.TagClassName
{
border-color: #FAB12D;
}
</style>