Shades of Supernova #FEB32D
Tints of Supernova #FEB32D
RGB
CMYK
RGB Variations
Color information
#FEB32D (or 0xFEB32D) is known color: Supernova. HEX triplet: FE, B3 and 2D. RGB value is (254,179,45). Sum of RGB (Red+Green+Blue) = 254+179+45=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB32D is #014CD2. Grayscale: #BABABA. Windows color (decimal): -85203 or 2995198. OLE color: 2995198.
HSL color Cylindrical-coordinate representation of color #FEB32D: hue angle of 38.47º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEB32D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.00 |
| HSL | 38.47º | 0.99% | 0.59% | - |
| HSV(B) | 38.47º | 0.82% | 1% | - |
| XYZ | 57.47 | 53.5 | 9.78 | - |
| YUV | 186.15 | 48.35 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 45 | 0 | 0.30 | 0.82 | 0.00 | 38.47 | 0.99 | 0.59 |
| Hex | FE | B3 | 2D | 0 | 1E | 52 | 0 | 26 | 63 | 3B |
| Octal | 376 | 263 | 55 | 0 | 36 | 122 | 0 | 46 | 143 | 73 |
| Binary | 11111110 | 10110011 | 101101 | 0 | 11110 | 1010010 | 0 | 100110 | 1100011 | 111011 |
Color Harmonies of #FEB32D
Complementary color
Monochromatic Colors of #FEB32D
Black with #FEB32D
Text Example
Text Example
White with #FEB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB32D; }
p { color: rgb(254,179,45); }
H1.HeaderClassName
{
color: #FEB32D;
}
.AnyTagClassName
{
color: #FEB32D;
}
</style>
background-color css
<style>
a { background-color: #FEB32D; }
a { background-color: rgb(254,179,45); }
div.DivClassName
{
background-color: #FEB32D;
}
.BgClassName
{
background-color: #FEB32D;
}
</style>
border-color css
<style>
span { border-color: #FEB32D; }
span { border-color: rgb(254,179,45); }
td.TdClassName
{
border-color: #FEB32D;
}
.TagClassName
{
border-color: #FEB32D;
}
</style>