Shades of Supernova #FEB831
Tints of Supernova #FEB831
RGB
CMYK
RGB Variations
Color information
#FEB831 (or 0xFEB831) is known color: Supernova. HEX triplet: FE, B8 and 31. RGB value is (254,184,49). Sum of RGB (Red+Green+Blue) = 254+184+49=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB831 is #0147CE. Grayscale: #BEBEBE. Windows color (decimal): -83919 or 3258622. OLE color: 3258622.
HSL color Cylindrical-coordinate representation of color #FEB831: hue angle of 39.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEB831 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 49 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.00 |
| HSL | 39.51º | 0.99% | 0.59% | - |
| HSV(B) | 39.51º | 0.81% | 1% | - |
| XYZ | 58.57 | 55.57 | 10.55 | - |
| YUV | 189.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 49 | 0 | 0.28 | 0.81 | 0.00 | 39.51 | 0.99 | 0.59 |
| Hex | FE | B8 | 31 | 0 | 1C | 51 | 0 | 28 | 63 | 3B |
| Octal | 376 | 270 | 61 | 0 | 34 | 121 | 0 | 50 | 143 | 73 |
| Binary | 11111110 | 10111000 | 110001 | 0 | 11100 | 1010001 | 0 | 101000 | 1100011 | 111011 |
Color Harmonies of #FEB831
Complementary color
Monochromatic Colors of #FEB831
Black with #FEB831
Text Example
Text Example
White with #FEB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB831; }
p { color: rgb(254,184,49); }
H1.HeaderClassName
{
color: #FEB831;
}
.AnyTagClassName
{
color: #FEB831;
}
</style>
background-color css
<style>
a { background-color: #FEB831; }
a { background-color: rgb(254,184,49); }
div.DivClassName
{
background-color: #FEB831;
}
.BgClassName
{
background-color: #FEB831;
}
</style>
border-color css
<style>
span { border-color: #FEB831; }
span { border-color: rgb(254,184,49); }
td.TdClassName
{
border-color: #FEB831;
}
.TagClassName
{
border-color: #FEB831;
}
</style>