Shades of Supernova #FEB72A
Tints of Supernova #FEB72A
RGB
CMYK
RGB Variations
Color information
#FEB72A (or 0xFEB72A) is known color: Supernova. HEX triplet: FE, B7 and 2A. RGB value is (254,183,42). Sum of RGB (Red+Green+Blue) = 254+183+42=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB72A is #0148D5. Grayscale: #BCBCBC. Windows color (decimal): -84182 or 2799614. OLE color: 2799614.
HSL color Cylindrical-coordinate representation of color #FEB72A: hue angle of 39.91º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEB72A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 42 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.00 |
| HSL | 39.91º | 0.99% | 0.58% | - |
| HSV(B) | 39.91º | 0.83% | 1% | - |
| XYZ | 58.22 | 55.1 | 9.76 | - |
| YUV | 188.16 | 45.52 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 42 | 0 | 0.28 | 0.83 | 0.00 | 39.91 | 0.99 | 0.58 |
| Hex | FE | B7 | 2A | 0 | 1C | 53 | 0 | 28 | 63 | 3A |
| Octal | 376 | 267 | 52 | 0 | 34 | 123 | 0 | 50 | 143 | 72 |
| Binary | 11111110 | 10110111 | 101010 | 0 | 11100 | 1010011 | 0 | 101000 | 1100011 | 111010 |
Color Harmonies of #FEB72A
Complementary color
Monochromatic Colors of #FEB72A
Black with #FEB72A
Text Example
Text Example
White with #FEB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB72A; }
p { color: rgb(254,183,42); }
H1.HeaderClassName
{
color: #FEB72A;
}
.AnyTagClassName
{
color: #FEB72A;
}
</style>
background-color css
<style>
a { background-color: #FEB72A; }
a { background-color: rgb(254,183,42); }
div.DivClassName
{
background-color: #FEB72A;
}
.BgClassName
{
background-color: #FEB72A;
}
</style>
border-color css
<style>
span { border-color: #FEB72A; }
span { border-color: rgb(254,183,42); }
td.TdClassName
{
border-color: #FEB72A;
}
.TagClassName
{
border-color: #FEB72A;
}
</style>