Shades of Supernova #FEB42C
Tints of Supernova #FEB42C
RGB
CMYK
RGB Variations
Color information
#FEB42C (or 0xFEB42C) is known color: Supernova. HEX triplet: FE, B4 and 2C. RGB value is (254,180,44). Sum of RGB (Red+Green+Blue) = 254+180+44=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB42C is #014BD3. Grayscale: #BBBBBB. Windows color (decimal): -84948 or 2929918. OLE color: 2929918.
HSL color Cylindrical-coordinate representation of color #FEB42C: hue angle of 38.86º 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 #FEB42C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 44 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.00 |
| HSL | 38.86º | 0.99% | 0.58% | - |
| HSV(B) | 38.86º | 0.83% | 1% | - |
| XYZ | 57.65 | 53.9 | 9.75 | - |
| YUV | 186.62 | 47.52 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 44 | 0 | 0.29 | 0.83 | 0.00 | 38.86 | 0.99 | 0.58 |
| Hex | FE | B4 | 2C | 0 | 1D | 53 | 0 | 27 | 63 | 3A |
| Octal | 376 | 264 | 54 | 0 | 35 | 123 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110100 | 101100 | 0 | 11101 | 1010011 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB42C
Complementary color
Monochromatic Colors of #FEB42C
Black with #FEB42C
Text Example
Text Example
White with #FEB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB42C; }
p { color: rgb(254,180,44); }
H1.HeaderClassName
{
color: #FEB42C;
}
.AnyTagClassName
{
color: #FEB42C;
}
</style>
background-color css
<style>
a { background-color: #FEB42C; }
a { background-color: rgb(254,180,44); }
div.DivClassName
{
background-color: #FEB42C;
}
.BgClassName
{
background-color: #FEB42C;
}
</style>
border-color css
<style>
span { border-color: #FEB42C; }
span { border-color: rgb(254,180,44); }
td.TdClassName
{
border-color: #FEB42C;
}
.TagClassName
{
border-color: #FEB42C;
}
</style>