Shades of Supernova #FEB72D
Tints of Supernova #FEB72D
RGB
CMYK
RGB Variations
Color information
#FEB72D (or 0xFEB72D) is known color: Supernova. HEX triplet: FE, B7 and 2D. RGB value is (254,183,45). Sum of RGB (Red+Green+Blue) = 254+183+45=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB72D is #0148D2. Grayscale: #BDBDBD. Windows color (decimal): -84179 or 2996222. OLE color: 2996222.
HSL color Cylindrical-coordinate representation of color #FEB72D: hue angle of 39.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEB72D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.00 |
| HSL | 39.62º | 0.99% | 0.59% | - |
| HSV(B) | 39.62º | 0.82% | 1% | - |
| XYZ | 58.28 | 55.13 | 10.05 | - |
| YUV | 188.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 45 | 0 | 0.28 | 0.82 | 0.00 | 39.62 | 0.99 | 0.59 |
| Hex | FE | B7 | 2D | 0 | 1C | 52 | 0 | 28 | 63 | 3B |
| Octal | 376 | 267 | 55 | 0 | 34 | 122 | 0 | 50 | 143 | 73 |
| Binary | 11111110 | 10110111 | 101101 | 0 | 11100 | 1010010 | 0 | 101000 | 1100011 | 111011 |
Color Harmonies of #FEB72D
Complementary color
Monochromatic Colors of #FEB72D
Black with #FEB72D
Text Example
Text Example
White with #FEB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB72D; }
p { color: rgb(254,183,45); }
H1.HeaderClassName
{
color: #FEB72D;
}
.AnyTagClassName
{
color: #FEB72D;
}
</style>
background-color css
<style>
a { background-color: #FEB72D; }
a { background-color: rgb(254,183,45); }
div.DivClassName
{
background-color: #FEB72D;
}
.BgClassName
{
background-color: #FEB72D;
}
</style>
border-color css
<style>
span { border-color: #FEB72D; }
span { border-color: rgb(254,183,45); }
td.TdClassName
{
border-color: #FEB72D;
}
.TagClassName
{
border-color: #FEB72D;
}
</style>