Shades of Supernova #FEB13A
Tints of Supernova #FEB13A
RGB
CMYK
RGB Variations
Color information
#FEB13A (or 0xFEB13A) is known color: Supernova. HEX triplet: FE, B1 and 3A. RGB value is (254,177,58). Sum of RGB (Red+Green+Blue) = 254+177+58=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB13A is #014EC5. Grayscale: #BBBBBB. Windows color (decimal): -85702 or 3846654. OLE color: 3846654.
HSL color Cylindrical-coordinate representation of color #FEB13A: hue angle of 36.43º 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 #FEB13A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 58 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.00 |
| HSL | 36.43º | 0.99% | 0.61% | - |
| HSV(B) | 36.43º | 0.77% | 1% | - |
| XYZ | 57.36 | 52.82 | 11.18 | - |
| YUV | 186.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 58 | 0 | 0.30 | 0.77 | 0.00 | 36.43 | 0.99 | 0.61 |
| Hex | FE | B1 | 3A | 0 | 1E | 4D | 0 | 24 | 63 | 3D |
| Octal | 376 | 261 | 72 | 0 | 36 | 115 | 0 | 44 | 143 | 75 |
| Binary | 11111110 | 10110001 | 111010 | 0 | 11110 | 1001101 | 0 | 100100 | 1100011 | 111101 |
Color Harmonies of #FEB13A
Complementary color
Monochromatic Colors of #FEB13A
Black with #FEB13A
Text Example
Text Example
White with #FEB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB13A; }
p { color: rgb(254,177,58); }
H1.HeaderClassName
{
color: #FEB13A;
}
.AnyTagClassName
{
color: #FEB13A;
}
</style>
background-color css
<style>
a { background-color: #FEB13A; }
a { background-color: rgb(254,177,58); }
div.DivClassName
{
background-color: #FEB13A;
}
.BgClassName
{
background-color: #FEB13A;
}
</style>
border-color css
<style>
span { border-color: #FEB13A; }
span { border-color: rgb(254,177,58); }
td.TdClassName
{
border-color: #FEB13A;
}
.TagClassName
{
border-color: #FEB13A;
}
</style>