Shades of Supernova #FDB63E
Tints of Supernova #FDB63E
RGB
CMYK
RGB Variations
Color information
#FDB63E (or 0xFDB63E) is known color: Supernova. HEX triplet: FD, B6 and 3E. RGB value is (253,182,62). Sum of RGB (Red+Green+Blue) = 253+182+62=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB63E is #0249C1. Grayscale: #BEBEBE. Windows color (decimal): -149954 or 4110077. OLE color: 4110077.
HSL color Cylindrical-coordinate representation of color #FDB63E: hue angle of 37.7º 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 #FDB63E is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 62 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.01 |
| HSL | 37.7º | 0.98% | 0.62% | - |
| HSV(B) | 37.7º | 0.75% | 0.99% | - |
| XYZ | 58.11 | 54.69 | 12.05 | - |
| YUV | 189.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 62 | 0 | 0.28 | 0.75 | 0.01 | 37.7 | 0.98 | 0.62 |
| Hex | FD | B6 | 3E | 0 | 1C | 4B | 1 | 26 | 62 | 3E |
| Octal | 375 | 266 | 76 | 0 | 34 | 113 | 1 | 46 | 142 | 76 |
| Binary | 11111101 | 10110110 | 111110 | 0 | 11100 | 1001011 | 1 | 100110 | 1100010 | 111110 |
Color Harmonies of #FDB63E
Complementary color
Monochromatic Colors of #FDB63E
Black with #FDB63E
Text Example
Text Example
White with #FDB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB63E; }
p { color: rgb(253,182,62); }
H1.HeaderClassName
{
color: #FDB63E;
}
.AnyTagClassName
{
color: #FDB63E;
}
</style>
background-color css
<style>
a { background-color: #FDB63E; }
a { background-color: rgb(253,182,62); }
div.DivClassName
{
background-color: #FDB63E;
}
.BgClassName
{
background-color: #FDB63E;
}
</style>
border-color css
<style>
span { border-color: #FDB63E; }
span { border-color: rgb(253,182,62); }
td.TdClassName
{
border-color: #FDB63E;
}
.TagClassName
{
border-color: #FDB63E;
}
</style>