Shades of Supernova #FEB63D
Tints of Supernova #FEB63D
RGB
CMYK
RGB Variations
Color information
#FEB63D (or 0xFEB63D) is known color: Supernova. HEX triplet: FE, B6 and 3D. RGB value is (254,182,61). Sum of RGB (Red+Green+Blue) = 254+182+61=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB63D is #0149C2. Grayscale: #BEBEBE. Windows color (decimal): -84419 or 4044542. OLE color: 4044542.
HSL color Cylindrical-coordinate representation of color #FEB63D: hue angle of 37.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEB63D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 61 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.00 |
| HSL | 37.62º | 0.99% | 0.62% | - |
| HSV(B) | 37.62º | 0.76% | 1% | - |
| XYZ | 58.44 | 54.86 | 11.92 | - |
| YUV | 189.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 61 | 0 | 0.28 | 0.76 | 0.00 | 37.62 | 0.99 | 0.62 |
| Hex | FE | B6 | 3D | 0 | 1C | 4C | 0 | 26 | 63 | 3E |
| Octal | 376 | 266 | 75 | 0 | 34 | 114 | 0 | 46 | 143 | 76 |
| Binary | 11111110 | 10110110 | 111101 | 0 | 11100 | 1001100 | 0 | 100110 | 1100011 | 111110 |
Color Harmonies of #FEB63D
Complementary color
Monochromatic Colors of #FEB63D
Black with #FEB63D
Text Example
Text Example
White with #FEB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB63D; }
p { color: rgb(254,182,61); }
H1.HeaderClassName
{
color: #FEB63D;
}
.AnyTagClassName
{
color: #FEB63D;
}
</style>
background-color css
<style>
a { background-color: #FEB63D; }
a { background-color: rgb(254,182,61); }
div.DivClassName
{
background-color: #FEB63D;
}
.BgClassName
{
background-color: #FEB63D;
}
</style>
border-color css
<style>
span { border-color: #FEB63D; }
span { border-color: rgb(254,182,61); }
td.TdClassName
{
border-color: #FEB63D;
}
.TagClassName
{
border-color: #FEB63D;
}
</style>