Shades of Supernova #FEB63A
Tints of Supernova #FEB63A
RGB
CMYK
RGB Variations
Color information
#FEB63A (or 0xFEB63A) is known color: Supernova. HEX triplet: FE, B6 and 3A. RGB value is (254,182,58). Sum of RGB (Red+Green+Blue) = 254+182+58=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB63A is #0149C5. Grayscale: #BDBDBD. Windows color (decimal): -84422 or 3847934. OLE color: 3847934.
HSL color Cylindrical-coordinate representation of color #FEB63A: hue angle of 37.96º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEB63A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.00 |
| HSL | 37.96º | 0.99% | 0.61% | - |
| HSV(B) | 37.96º | 0.77% | 1% | - |
| XYZ | 58.36 | 54.83 | 11.51 | - |
| YUV | 189.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 58 | 0 | 0.28 | 0.77 | 0.00 | 37.96 | 0.99 | 0.61 |
| Hex | FE | B6 | 3A | 0 | 1C | 4D | 0 | 26 | 63 | 3D |
| Octal | 376 | 266 | 72 | 0 | 34 | 115 | 0 | 46 | 143 | 75 |
| Binary | 11111110 | 10110110 | 111010 | 0 | 11100 | 1001101 | 0 | 100110 | 1100011 | 111101 |
Color Harmonies of #FEB63A
Complementary color
Monochromatic Colors of #FEB63A
Black with #FEB63A
Text Example
Text Example
White with #FEB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB63A; }
p { color: rgb(254,182,58); }
H1.HeaderClassName
{
color: #FEB63A;
}
.AnyTagClassName
{
color: #FEB63A;
}
</style>
background-color css
<style>
a { background-color: #FEB63A; }
a { background-color: rgb(254,182,58); }
div.DivClassName
{
background-color: #FEB63A;
}
.BgClassName
{
background-color: #FEB63A;
}
</style>
border-color css
<style>
span { border-color: #FEB63A; }
span { border-color: rgb(254,182,58); }
td.TdClassName
{
border-color: #FEB63A;
}
.TagClassName
{
border-color: #FEB63A;
}
</style>