Shades of Supernova #FDB63A
Tints of Supernova #FDB63A
RGB
CMYK
RGB Variations
Color information
#FDB63A (or 0xFDB63A) is known color: Supernova. HEX triplet: FD, B6 and 3A. RGB value is (253,182,58). Sum of RGB (Red+Green+Blue) = 253+182+58=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB63A is #0249C5. Grayscale: #BDBDBD. Windows color (decimal): -149958 or 3847933. OLE color: 3847933.
HSL color Cylindrical-coordinate representation of color #FDB63A: hue angle of 38.15º 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 #FDB63A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.01 |
| HSL | 38.15º | 0.98% | 0.61% | - |
| HSV(B) | 38.15º | 0.77% | 0.99% | - |
| XYZ | 58 | 54.64 | 11.49 | - |
| YUV | 189.09 | 54.02 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 58 | 0 | 0.28 | 0.77 | 0.01 | 38.15 | 0.98 | 0.61 |
| Hex | FD | B6 | 3A | 0 | 1C | 4D | 1 | 26 | 62 | 3D |
| Octal | 375 | 266 | 72 | 0 | 34 | 115 | 1 | 46 | 142 | 75 |
| Binary | 11111101 | 10110110 | 111010 | 0 | 11100 | 1001101 | 1 | 100110 | 1100010 | 111101 |
Color Harmonies of #FDB63A
Complementary color
Monochromatic Colors of #FDB63A
Black with #FDB63A
Text Example
Text Example
White with #FDB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB63A; }
p { color: rgb(253,182,58); }
H1.HeaderClassName
{
color: #FDB63A;
}
.AnyTagClassName
{
color: #FDB63A;
}
</style>
background-color css
<style>
a { background-color: #FDB63A; }
a { background-color: rgb(253,182,58); }
div.DivClassName
{
background-color: #FDB63A;
}
.BgClassName
{
background-color: #FDB63A;
}
</style>
border-color css
<style>
span { border-color: #FDB63A; }
span { border-color: rgb(253,182,58); }
td.TdClassName
{
border-color: #FDB63A;
}
.TagClassName
{
border-color: #FDB63A;
}
</style>