Shades of Supernova #FEB32C
Tints of Supernova #FEB32C
RGB
CMYK
RGB Variations
Color information
#FEB32C (or 0xFEB32C) is known color: Supernova. HEX triplet: FE, B3 and 2C. RGB value is (254,179,44). Sum of RGB (Red+Green+Blue) = 254+179+44=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB32C is #014CD3. Grayscale: #BABABA. Windows color (decimal): -85204 or 2929662. OLE color: 2929662.
HSL color Cylindrical-coordinate representation of color #FEB32C: hue angle of 38.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEB32C is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 44 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.00 |
| HSL | 38.57º | 0.99% | 0.58% | - |
| HSV(B) | 38.57º | 0.83% | 1% | - |
| XYZ | 57.45 | 53.49 | 9.68 | - |
| YUV | 186.04 | 47.85 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 44 | 0 | 0.30 | 0.83 | 0.00 | 38.57 | 0.99 | 0.58 |
| Hex | FE | B3 | 2C | 0 | 1E | 53 | 0 | 27 | 63 | 3A |
| Octal | 376 | 263 | 54 | 0 | 36 | 123 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110011 | 101100 | 0 | 11110 | 1010011 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB32C
Complementary color
Monochromatic Colors of #FEB32C
Black with #FEB32C
Text Example
Text Example
White with #FEB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB32C; }
p { color: rgb(254,179,44); }
H1.HeaderClassName
{
color: #FEB32C;
}
.AnyTagClassName
{
color: #FEB32C;
}
</style>
background-color css
<style>
a { background-color: #FEB32C; }
a { background-color: rgb(254,179,44); }
div.DivClassName
{
background-color: #FEB32C;
}
.BgClassName
{
background-color: #FEB32C;
}
</style>
border-color css
<style>
span { border-color: #FEB32C; }
span { border-color: rgb(254,179,44); }
td.TdClassName
{
border-color: #FEB32C;
}
.TagClassName
{
border-color: #FEB32C;
}
</style>