Shades of Supernova #FEB73A
Tints of Supernova #FEB73A
RGB
CMYK
RGB Variations
Color information
#FEB73A (or 0xFEB73A) is known color: Supernova. HEX triplet: FE, B7 and 3A. RGB value is (254,183,58). Sum of RGB (Red+Green+Blue) = 254+183+58=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB73A is #0148C5. Grayscale: #BEBEBE. Windows color (decimal): -84166 or 3848190. OLE color: 3848190.
HSL color Cylindrical-coordinate representation of color #FEB73A: hue angle of 38.27º 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 #FEB73A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.00 |
| HSL | 38.27º | 0.99% | 0.61% | - |
| HSV(B) | 38.27º | 0.77% | 1% | - |
| XYZ | 58.57 | 55.24 | 11.58 | - |
| YUV | 189.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 58 | 0 | 0.28 | 0.77 | 0.00 | 38.27 | 0.99 | 0.61 |
| Hex | FE | B7 | 3A | 0 | 1C | 4D | 0 | 26 | 63 | 3D |
| Octal | 376 | 267 | 72 | 0 | 34 | 115 | 0 | 46 | 143 | 75 |
| Binary | 11111110 | 10110111 | 111010 | 0 | 11100 | 1001101 | 0 | 100110 | 1100011 | 111101 |
Color Harmonies of #FEB73A
Complementary color
Monochromatic Colors of #FEB73A
Black with #FEB73A
Text Example
Text Example
White with #FEB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB73A; }
p { color: rgb(254,183,58); }
H1.HeaderClassName
{
color: #FEB73A;
}
.AnyTagClassName
{
color: #FEB73A;
}
</style>
background-color css
<style>
a { background-color: #FEB73A; }
a { background-color: rgb(254,183,58); }
div.DivClassName
{
background-color: #FEB73A;
}
.BgClassName
{
background-color: #FEB73A;
}
</style>
border-color css
<style>
span { border-color: #FEB73A; }
span { border-color: rgb(254,183,58); }
td.TdClassName
{
border-color: #FEB73A;
}
.TagClassName
{
border-color: #FEB73A;
}
</style>