Shades of Supernova #FDB73E
Tints of Supernova #FDB73E
RGB
CMYK
RGB Variations
Color information
#FDB73E (or 0xFDB73E) is known color: Supernova. HEX triplet: FD, B7 and 3E. RGB value is (253,183,62). Sum of RGB (Red+Green+Blue) = 253+183+62=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB73E is #0248C1. Grayscale: #BEBEBE. Windows color (decimal): -149698 or 4110333. OLE color: 4110333.
HSL color Cylindrical-coordinate representation of color #FDB73E: hue angle of 38.01º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDB73E is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 62 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.01 |
| HSL | 38.01º | 0.98% | 0.62% | - |
| HSV(B) | 38.01º | 0.75% | 0.99% | - |
| XYZ | 58.31 | 55.1 | 12.12 | - |
| YUV | 190.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 62 | 0 | 0.28 | 0.75 | 0.01 | 38.01 | 0.98 | 0.62 |
| Hex | FD | B7 | 3E | 0 | 1C | 4B | 1 | 26 | 62 | 3E |
| Octal | 375 | 267 | 76 | 0 | 34 | 113 | 1 | 46 | 142 | 76 |
| Binary | 11111101 | 10110111 | 111110 | 0 | 11100 | 1001011 | 1 | 100110 | 1100010 | 111110 |
Color Harmonies of #FDB73E
Complementary color
Monochromatic Colors of #FDB73E
Black with #FDB73E
Text Example
Text Example
White with #FDB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB73E; }
p { color: rgb(253,183,62); }
H1.HeaderClassName
{
color: #FDB73E;
}
.AnyTagClassName
{
color: #FDB73E;
}
</style>
background-color css
<style>
a { background-color: #FDB73E; }
a { background-color: rgb(253,183,62); }
div.DivClassName
{
background-color: #FDB73E;
}
.BgClassName
{
background-color: #FDB73E;
}
</style>
border-color css
<style>
span { border-color: #FDB73E; }
span { border-color: rgb(253,183,62); }
td.TdClassName
{
border-color: #FDB73E;
}
.TagClassName
{
border-color: #FDB73E;
}
</style>