Shades of Supernova #FDB73A
Tints of Supernova #FDB73A
RGB
CMYK
RGB Variations
Color information
#FDB73A (or 0xFDB73A) is known color: Supernova. HEX triplet: FD, B7 and 3A. RGB value is (253,183,58). Sum of RGB (Red+Green+Blue) = 253+183+58=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB73A is #0248C5. Grayscale: #BEBEBE. Windows color (decimal): -149702 or 3848189. OLE color: 3848189.
HSL color Cylindrical-coordinate representation of color #FDB73A: hue angle of 38.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDB73A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.01 |
| HSL | 38.46º | 0.98% | 0.61% | - |
| HSV(B) | 38.46º | 0.77% | 0.99% | - |
| XYZ | 58.21 | 55.06 | 11.56 | - |
| YUV | 189.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 58 | 0 | 0.28 | 0.77 | 0.01 | 38.46 | 0.98 | 0.61 |
| Hex | FD | B7 | 3A | 0 | 1C | 4D | 1 | 26 | 62 | 3D |
| Octal | 375 | 267 | 72 | 0 | 34 | 115 | 1 | 46 | 142 | 75 |
| Binary | 11111101 | 10110111 | 111010 | 0 | 11100 | 1001101 | 1 | 100110 | 1100010 | 111101 |
Color Harmonies of #FDB73A
Complementary color
Monochromatic Colors of #FDB73A
Black with #FDB73A
Text Example
Text Example
White with #FDB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB73A; }
p { color: rgb(253,183,58); }
H1.HeaderClassName
{
color: #FDB73A;
}
.AnyTagClassName
{
color: #FDB73A;
}
</style>
background-color css
<style>
a { background-color: #FDB73A; }
a { background-color: rgb(253,183,58); }
div.DivClassName
{
background-color: #FDB73A;
}
.BgClassName
{
background-color: #FDB73A;
}
</style>
border-color css
<style>
span { border-color: #FDB73A; }
span { border-color: rgb(253,183,58); }
td.TdClassName
{
border-color: #FDB73A;
}
.TagClassName
{
border-color: #FDB73A;
}
</style>