Shades of Supernova #FFB73A
Tints of Supernova #FFB73A
RGB
CMYK
RGB Variations
Color information
#FFB73A (or 0xFFB73A) is known color: Supernova. HEX triplet: FF, B7 and 3A. RGB value is (255,183,58). Sum of RGB (Red+Green+Blue) = 255+183+58=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB73A is #0048C5. Grayscale: #BEBEBE. Windows color (decimal): -18630 or 3848191. OLE color: 3848191.
HSL color Cylindrical-coordinate representation of color #FFB73A: hue angle of 38.07º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFB73A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0 |
| HSL | 38.07º | 1% | 0.61% | - |
| HSV(B) | 38.07º | 0.77% | 1% | - |
| XYZ | 58.94 | 55.43 | 11.6 | - |
| YUV | 190.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 58 | 0 | 0.28 | 0.77 | 0 | 38.07 | 1 | 0.61 |
| Hex | FF | B7 | 3A | 0 | 1C | 4D | 0 | 26 | 64 | 3D |
| Octal | 377 | 267 | 72 | 0 | 34 | 115 | 0 | 46 | 144 | 75 |
| Binary | 11111111 | 10110111 | 111010 | 0 | 11100 | 1001101 | 0 | 100110 | 1100100 | 111101 |
Color Harmonies of #FFB73A
Complementary color
Monochromatic Colors of #FFB73A
Black with #FFB73A
Text Example
Text Example
White with #FFB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB73A; }
p { color: rgb(255,183,58); }
H1.HeaderClassName
{
color: #FFB73A;
}
.AnyTagClassName
{
color: #FFB73A;
}
</style>
background-color css
<style>
a { background-color: #FFB73A; }
a { background-color: rgb(255,183,58); }
div.DivClassName
{
background-color: #FFB73A;
}
.BgClassName
{
background-color: #FFB73A;
}
</style>
border-color css
<style>
span { border-color: #FFB73A; }
span { border-color: rgb(255,183,58); }
td.TdClassName
{
border-color: #FFB73A;
}
.TagClassName
{
border-color: #FFB73A;
}
</style>