Shades of Supernova #FEB33A
Tints of Supernova #FEB33A
RGB
CMYK
RGB Variations
Color information
#FEB33A (or 0xFEB33A) is known color: Supernova. HEX triplet: FE, B3 and 3A. RGB value is (254,179,58). Sum of RGB (Red+Green+Blue) = 254+179+58=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB33A is #014CC5. Grayscale: #BCBCBC. Windows color (decimal): -85190 or 3847166. OLE color: 3847166.
HSL color Cylindrical-coordinate representation of color #FEB33A: hue angle of 37.04º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEB33A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 58 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.00 |
| HSL | 37.04º | 0.99% | 0.61% | - |
| HSV(B) | 37.04º | 0.77% | 1% | - |
| XYZ | 57.76 | 53.62 | 11.31 | - |
| YUV | 187.63 | 54.85 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 58 | 0 | 0.30 | 0.77 | 0.00 | 37.04 | 0.99 | 0.61 |
| Hex | FE | B3 | 3A | 0 | 1E | 4D | 0 | 25 | 63 | 3D |
| Octal | 376 | 263 | 72 | 0 | 36 | 115 | 0 | 45 | 143 | 75 |
| Binary | 11111110 | 10110011 | 111010 | 0 | 11110 | 1001101 | 0 | 100101 | 1100011 | 111101 |
Color Harmonies of #FEB33A
Complementary color
Monochromatic Colors of #FEB33A
Black with #FEB33A
Text Example
Text Example
White with #FEB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB33A; }
p { color: rgb(254,179,58); }
H1.HeaderClassName
{
color: #FEB33A;
}
.AnyTagClassName
{
color: #FEB33A;
}
</style>
background-color css
<style>
a { background-color: #FEB33A; }
a { background-color: rgb(254,179,58); }
div.DivClassName
{
background-color: #FEB33A;
}
.BgClassName
{
background-color: #FEB33A;
}
</style>
border-color css
<style>
span { border-color: #FEB33A; }
span { border-color: rgb(254,179,58); }
td.TdClassName
{
border-color: #FEB33A;
}
.TagClassName
{
border-color: #FEB33A;
}
</style>