Shades of Supernova #FAB73D
Tints of Supernova #FAB73D
RGB
CMYK
RGB Variations
Color information
#FAB73D (or 0xFAB73D) is known color: Supernova. HEX triplet: FA, B7 and 3D. RGB value is (250,183,61). Sum of RGB (Red+Green+Blue) = 250+183+61=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB73D is #0548C2. Grayscale: #BDBDBD. Windows color (decimal): -346307 or 4044794. OLE color: 4044794.
HSL color Cylindrical-coordinate representation of color #FAB73D: hue angle of 38.73º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAB73D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.02 |
| HSL | 38.73º | 0.95% | 0.61% | - |
| HSV(B) | 38.73º | 0.76% | 0.98% | - |
| XYZ | 57.2 | 54.53 | 11.93 | - |
| YUV | 189.13 | 55.7 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 61 | 0 | 0.27 | 0.76 | 0.02 | 38.73 | 0.95 | 0.61 |
| Hex | FA | B7 | 3D | 0 | 1B | 4C | 2 | 27 | 5F | 3D |
| Octal | 372 | 267 | 75 | 0 | 33 | 114 | 2 | 47 | 137 | 75 |
| Binary | 11111010 | 10110111 | 111101 | 0 | 11011 | 1001100 | 10 | 100111 | 1011111 | 111101 |
Color Harmonies of #FAB73D
Complementary color
Monochromatic Colors of #FAB73D
Black with #FAB73D
Text Example
Text Example
White with #FAB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB73D; }
p { color: rgb(250,183,61); }
H1.HeaderClassName
{
color: #FAB73D;
}
.AnyTagClassName
{
color: #FAB73D;
}
</style>
background-color css
<style>
a { background-color: #FAB73D; }
a { background-color: rgb(250,183,61); }
div.DivClassName
{
background-color: #FAB73D;
}
.BgClassName
{
background-color: #FAB73D;
}
</style>
border-color css
<style>
span { border-color: #FAB73D; }
span { border-color: rgb(250,183,61); }
td.TdClassName
{
border-color: #FAB73D;
}
.TagClassName
{
border-color: #FAB73D;
}
</style>