Shades of Supernova #FDB73D
Tints of Supernova #FDB73D
RGB
CMYK
RGB Variations
Color information
#FDB73D (or 0xFDB73D) is known color: Supernova. HEX triplet: FD, B7 and 3D. RGB value is (253,183,61). Sum of RGB (Red+Green+Blue) = 253+183+61=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB73D is #0248C2. Grayscale: #BEBEBE. Windows color (decimal): -149699 or 4044797. OLE color: 4044797.
HSL color Cylindrical-coordinate representation of color #FDB73D: hue angle of 38.12º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDB73D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 61 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.01 |
| HSL | 38.13º | 0.98% | 0.62% | - |
| HSV(B) | 38.13º | 0.76% | 0.99% | - |
| XYZ | 58.28 | 55.09 | 11.98 | - |
| YUV | 190.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 61 | 0 | 0.28 | 0.76 | 0.01 | 38.13 | 0.98 | 0.62 |
| Hex | FD | B7 | 3D | 0 | 1C | 4C | 1 | 26 | 62 | 3E |
| Octal | 375 | 267 | 75 | 0 | 34 | 114 | 1 | 46 | 142 | 76 |
| Binary | 11111101 | 10110111 | 111101 | 0 | 11100 | 1001100 | 1 | 100110 | 1100010 | 111110 |
Color Harmonies of #FDB73D
Complementary color
Monochromatic Colors of #FDB73D
Black with #FDB73D
Text Example
Text Example
White with #FDB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB73D; }
p { color: rgb(253,183,61); }
H1.HeaderClassName
{
color: #FDB73D;
}
.AnyTagClassName
{
color: #FDB73D;
}
</style>
background-color css
<style>
a { background-color: #FDB73D; }
a { background-color: rgb(253,183,61); }
div.DivClassName
{
background-color: #FDB73D;
}
.BgClassName
{
background-color: #FDB73D;
}
</style>
border-color css
<style>
span { border-color: #FDB73D; }
span { border-color: rgb(253,183,61); }
td.TdClassName
{
border-color: #FDB73D;
}
.TagClassName
{
border-color: #FDB73D;
}
</style>