Shades of Supernova #FEBA2D
Tints of Supernova #FEBA2D
RGB
CMYK
RGB Variations
Color information
#FEBA2D (or 0xFEBA2D) is known color: Supernova. HEX triplet: FE, BA and 2D. RGB value is (254,186,45). Sum of RGB (Red+Green+Blue) = 254+186+45=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA2D is #0145D2. Grayscale: #BEBEBE. Windows color (decimal): -83411 or 2996990. OLE color: 2996990.
HSL color Cylindrical-coordinate representation of color #FEBA2D: hue angle of 40.48º 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 #FEBA2D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 45 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.00 |
| HSL | 40.48º | 0.99% | 0.59% | - |
| HSV(B) | 40.48º | 0.82% | 1% | - |
| XYZ | 58.91 | 56.38 | 10.26 | - |
| YUV | 190.26 | 46.03 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 45 | 0 | 0.27 | 0.82 | 0.00 | 40.48 | 0.99 | 0.59 |
| Hex | FE | BA | 2D | 0 | 1B | 52 | 0 | 28 | 63 | 3B |
| Octal | 376 | 272 | 55 | 0 | 33 | 122 | 0 | 50 | 143 | 73 |
| Binary | 11111110 | 10111010 | 101101 | 0 | 11011 | 1010010 | 0 | 101000 | 1100011 | 111011 |
Color Harmonies of #FEBA2D
Complementary color
Monochromatic Colors of #FEBA2D
Black with #FEBA2D
Text Example
Text Example
White with #FEBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA2D; }
p { color: rgb(254,186,45); }
H1.HeaderClassName
{
color: #FEBA2D;
}
.AnyTagClassName
{
color: #FEBA2D;
}
</style>
background-color css
<style>
a { background-color: #FEBA2D; }
a { background-color: rgb(254,186,45); }
div.DivClassName
{
background-color: #FEBA2D;
}
.BgClassName
{
background-color: #FEBA2D;
}
</style>
border-color css
<style>
span { border-color: #FEBA2D; }
span { border-color: rgb(254,186,45); }
td.TdClassName
{
border-color: #FEBA2D;
}
.TagClassName
{
border-color: #FEBA2D;
}
</style>