Shades of Supernova #FEB828
Tints of Supernova #FEB828
RGB
CMYK
RGB Variations
Color information
#FEB828 (or 0xFEB828) is known color: Supernova. HEX triplet: FE, B8 and 28. RGB value is (254,184,40). Sum of RGB (Red+Green+Blue) = 254+184+40=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB828 is #0147D7. Grayscale: #BDBDBD. Windows color (decimal): -83928 or 2668798. OLE color: 2668798.
HSL color Cylindrical-coordinate representation of color #FEB828: hue angle of 40.37º 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 #FEB828 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 40 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.00 |
| HSL | 40.37º | 0.99% | 0.58% | - |
| HSV(B) | 40.37º | 0.84% | 1% | - |
| XYZ | 58.4 | 55.51 | 9.64 | - |
| YUV | 188.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 40 | 0 | 0.28 | 0.84 | 0.00 | 40.37 | 0.99 | 0.58 |
| Hex | FE | B8 | 28 | 0 | 1C | 54 | 0 | 28 | 63 | 3A |
| Octal | 376 | 270 | 50 | 0 | 34 | 124 | 0 | 50 | 143 | 72 |
| Binary | 11111110 | 10111000 | 101000 | 0 | 11100 | 1010100 | 0 | 101000 | 1100011 | 111010 |
Color Harmonies of #FEB828
Complementary color
Monochromatic Colors of #FEB828
Black with #FEB828
Text Example
Text Example
White with #FEB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB828; }
p { color: rgb(254,184,40); }
H1.HeaderClassName
{
color: #FEB828;
}
.AnyTagClassName
{
color: #FEB828;
}
</style>
background-color css
<style>
a { background-color: #FEB828; }
a { background-color: rgb(254,184,40); }
div.DivClassName
{
background-color: #FEB828;
}
.BgClassName
{
background-color: #FEB828;
}
</style>
border-color css
<style>
span { border-color: #FEB828; }
span { border-color: rgb(254,184,40); }
td.TdClassName
{
border-color: #FEB828;
}
.TagClassName
{
border-color: #FEB828;
}
</style>