Shades of Supernova #FEB729
Tints of Supernova #FEB729
RGB
CMYK
RGB Variations
Color information
#FEB729 (or 0xFEB729) is known color: Supernova. HEX triplet: FE, B7 and 29. RGB value is (254,183,41). Sum of RGB (Red+Green+Blue) = 254+183+41=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB729 is #0148D6. Grayscale: #BCBCBC. Windows color (decimal): -84183 or 2734078. OLE color: 2734078.
HSL color Cylindrical-coordinate representation of color #FEB729: hue angle of 40º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEB729 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 41 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.00 |
| HSL | 40º | 0.99% | 0.58% | - |
| HSV(B) | 40º | 0.84% | 1% | - |
| XYZ | 58.21 | 55.1 | 9.66 | - |
| YUV | 188.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 41 | 0 | 0.28 | 0.84 | 0.00 | 40 | 0.99 | 0.58 |
| Hex | FE | B7 | 29 | 0 | 1C | 54 | 0 | 28 | 63 | 3A |
| Octal | 376 | 267 | 51 | 0 | 34 | 124 | 0 | 50 | 143 | 72 |
| Binary | 11111110 | 10110111 | 101001 | 0 | 11100 | 1010100 | 0 | 101000 | 1100011 | 111010 |
Color Harmonies of #FEB729
Complementary color
Monochromatic Colors of #FEB729
Black with #FEB729
Text Example
Text Example
White with #FEB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB729; }
p { color: rgb(254,183,41); }
H1.HeaderClassName
{
color: #FEB729;
}
.AnyTagClassName
{
color: #FEB729;
}
</style>
background-color css
<style>
a { background-color: #FEB729; }
a { background-color: rgb(254,183,41); }
div.DivClassName
{
background-color: #FEB729;
}
.BgClassName
{
background-color: #FEB729;
}
</style>
border-color css
<style>
span { border-color: #FEB729; }
span { border-color: rgb(254,183,41); }
td.TdClassName
{
border-color: #FEB729;
}
.TagClassName
{
border-color: #FEB729;
}
</style>