Shades of Supernova #FEB62D
Tints of Supernova #FEB62D
RGB
CMYK
RGB Variations
Color information
#FEB62D (or 0xFEB62D) is known color: Supernova. HEX triplet: FE, B6 and 2D. RGB value is (254,182,45). Sum of RGB (Red+Green+Blue) = 254+182+45=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB62D is #0149D2. Grayscale: #BCBCBC. Windows color (decimal): -84435 or 2995966. OLE color: 2995966.
HSL color Cylindrical-coordinate representation of color #FEB62D: hue angle of 39.33º 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 #FEB62D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.00 |
| HSL | 39.33º | 0.99% | 0.59% | - |
| HSV(B) | 39.33º | 0.82% | 1% | - |
| XYZ | 58.07 | 54.72 | 9.98 | - |
| YUV | 187.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 45 | 0 | 0.28 | 0.82 | 0.00 | 39.33 | 0.99 | 0.59 |
| Hex | FE | B6 | 2D | 0 | 1C | 52 | 0 | 27 | 63 | 3B |
| Octal | 376 | 266 | 55 | 0 | 34 | 122 | 0 | 47 | 143 | 73 |
| Binary | 11111110 | 10110110 | 101101 | 0 | 11100 | 1010010 | 0 | 100111 | 1100011 | 111011 |
Color Harmonies of #FEB62D
Complementary color
Monochromatic Colors of #FEB62D
Black with #FEB62D
Text Example
Text Example
White with #FEB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB62D; }
p { color: rgb(254,182,45); }
H1.HeaderClassName
{
color: #FEB62D;
}
.AnyTagClassName
{
color: #FEB62D;
}
</style>
background-color css
<style>
a { background-color: #FEB62D; }
a { background-color: rgb(254,182,45); }
div.DivClassName
{
background-color: #FEB62D;
}
.BgClassName
{
background-color: #FEB62D;
}
</style>
border-color css
<style>
span { border-color: #FEB62D; }
span { border-color: rgb(254,182,45); }
td.TdClassName
{
border-color: #FEB62D;
}
.TagClassName
{
border-color: #FEB62D;
}
</style>