Shades of Supernova #FEB328
Tints of Supernova #FEB328
RGB
CMYK
RGB Variations
Color information
#FEB328 (or 0xFEB328) is known color: Supernova. HEX triplet: FE, B3 and 28. RGB value is (254,179,40). Sum of RGB (Red+Green+Blue) = 254+179+40=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB328 is #014CD7. Grayscale: #BABABA. Windows color (decimal): -85208 or 2667518. OLE color: 2667518.
HSL color Cylindrical-coordinate representation of color #FEB328: hue angle of 38.97º 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 #FEB328 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.00 |
| HSL | 38.97º | 0.99% | 0.58% | - |
| HSV(B) | 38.97º | 0.84% | 1% | - |
| XYZ | 57.38 | 53.46 | 9.3 | - |
| YUV | 185.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 40 | 0 | 0.30 | 0.84 | 0.00 | 38.97 | 0.99 | 0.58 |
| Hex | FE | B3 | 28 | 0 | 1E | 54 | 0 | 27 | 63 | 3A |
| Octal | 376 | 263 | 50 | 0 | 36 | 124 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110011 | 101000 | 0 | 11110 | 1010100 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB328
Complementary color
Monochromatic Colors of #FEB328
Black with #FEB328
Text Example
Text Example
White with #FEB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB328; }
p { color: rgb(254,179,40); }
H1.HeaderClassName
{
color: #FEB328;
}
.AnyTagClassName
{
color: #FEB328;
}
</style>
background-color css
<style>
a { background-color: #FEB328; }
a { background-color: rgb(254,179,40); }
div.DivClassName
{
background-color: #FEB328;
}
.BgClassName
{
background-color: #FEB328;
}
</style>
border-color css
<style>
span { border-color: #FEB328; }
span { border-color: rgb(254,179,40); }
td.TdClassName
{
border-color: #FEB328;
}
.TagClassName
{
border-color: #FEB328;
}
</style>