Shades of Supernova #FEB42D
Tints of Supernova #FEB42D
RGB
CMYK
RGB Variations
Color information
#FEB42D (or 0xFEB42D) is known color: Supernova. HEX triplet: FE, B4 and 2D. RGB value is (254,180,45). Sum of RGB (Red+Green+Blue) = 254+180+45=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB42D is #014BD2. Grayscale: #BBBBBB. Windows color (decimal): -84947 or 2995454. OLE color: 2995454.
HSL color Cylindrical-coordinate representation of color #FEB42D: hue angle of 38.76º 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 #FEB42D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 45 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.00 |
| HSL | 38.76º | 0.99% | 0.59% | - |
| HSV(B) | 38.76º | 0.82% | 1% | - |
| XYZ | 57.67 | 53.9 | 9.85 | - |
| YUV | 186.74 | 48.02 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 45 | 0 | 0.29 | 0.82 | 0.00 | 38.76 | 0.99 | 0.59 |
| Hex | FE | B4 | 2D | 0 | 1D | 52 | 0 | 27 | 63 | 3B |
| Octal | 376 | 264 | 55 | 0 | 35 | 122 | 0 | 47 | 143 | 73 |
| Binary | 11111110 | 10110100 | 101101 | 0 | 11101 | 1010010 | 0 | 100111 | 1100011 | 111011 |
Color Harmonies of #FEB42D
Complementary color
Monochromatic Colors of #FEB42D
Black with #FEB42D
Text Example
Text Example
White with #FEB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB42D; }
p { color: rgb(254,180,45); }
H1.HeaderClassName
{
color: #FEB42D;
}
.AnyTagClassName
{
color: #FEB42D;
}
</style>
background-color css
<style>
a { background-color: #FEB42D; }
a { background-color: rgb(254,180,45); }
div.DivClassName
{
background-color: #FEB42D;
}
.BgClassName
{
background-color: #FEB42D;
}
</style>
border-color css
<style>
span { border-color: #FEB42D; }
span { border-color: rgb(254,180,45); }
td.TdClassName
{
border-color: #FEB42D;
}
.TagClassName
{
border-color: #FEB42D;
}
</style>