Shades of Supernova #FEB52C
Tints of Supernova #FEB52C
RGB
CMYK
RGB Variations
Color information
#FEB52C (or 0xFEB52C) is known color: Supernova. HEX triplet: FE, B5 and 2C. RGB value is (254,181,44). Sum of RGB (Red+Green+Blue) = 254+181+44=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB52C is #014AD3. Grayscale: #BBBBBB. Windows color (decimal): -84692 or 2930174. OLE color: 2930174.
HSL color Cylindrical-coordinate representation of color #FEB52C: hue angle of 39.14º 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 #FEB52C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 44 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.00 |
| HSL | 39.14º | 0.99% | 0.58% | - |
| HSV(B) | 39.14º | 0.83% | 1% | - |
| XYZ | 57.85 | 54.3 | 9.81 | - |
| YUV | 187.21 | 47.18 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 44 | 0 | 0.29 | 0.83 | 0.00 | 39.14 | 0.99 | 0.58 |
| Hex | FE | B5 | 2C | 0 | 1D | 53 | 0 | 27 | 63 | 3A |
| Octal | 376 | 265 | 54 | 0 | 35 | 123 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110101 | 101100 | 0 | 11101 | 1010011 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB52C
Complementary color
Monochromatic Colors of #FEB52C
Black with #FEB52C
Text Example
Text Example
White with #FEB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB52C; }
p { color: rgb(254,181,44); }
H1.HeaderClassName
{
color: #FEB52C;
}
.AnyTagClassName
{
color: #FEB52C;
}
</style>
background-color css
<style>
a { background-color: #FEB52C; }
a { background-color: rgb(254,181,44); }
div.DivClassName
{
background-color: #FEB52C;
}
.BgClassName
{
background-color: #FEB52C;
}
</style>
border-color css
<style>
span { border-color: #FEB52C; }
span { border-color: rgb(254,181,44); }
td.TdClassName
{
border-color: #FEB52C;
}
.TagClassName
{
border-color: #FEB52C;
}
</style>