Shades of Supernova #FEBA3D
Tints of Supernova #FEBA3D
RGB
CMYK
RGB Variations
Color information
#FEBA3D (or 0xFEBA3D) is known color: Supernova. HEX triplet: FE, BA and 3D. RGB value is (254,186,61). Sum of RGB (Red+Green+Blue) = 254+186+61=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA3D is #0145C2. Grayscale: #C0C0C0. Windows color (decimal): -83395 or 4045566. OLE color: 4045566.
HSL color Cylindrical-coordinate representation of color #FEBA3D: hue angle of 38.86º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEBA3D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.00 |
| HSL | 38.86º | 0.99% | 0.62% | - |
| HSV(B) | 38.86º | 0.76% | 1% | - |
| XYZ | 59.27 | 56.53 | 12.2 | - |
| YUV | 192.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 61 | 0 | 0.27 | 0.76 | 0.00 | 38.86 | 0.99 | 0.62 |
| Hex | FE | BA | 3D | 0 | 1B | 4C | 0 | 27 | 63 | 3E |
| Octal | 376 | 272 | 75 | 0 | 33 | 114 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111010 | 111101 | 0 | 11011 | 1001100 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEBA3D
Complementary color
Monochromatic Colors of #FEBA3D
Black with #FEBA3D
Text Example
Text Example
White with #FEBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA3D; }
p { color: rgb(254,186,61); }
H1.HeaderClassName
{
color: #FEBA3D;
}
.AnyTagClassName
{
color: #FEBA3D;
}
</style>
background-color css
<style>
a { background-color: #FEBA3D; }
a { background-color: rgb(254,186,61); }
div.DivClassName
{
background-color: #FEBA3D;
}
.BgClassName
{
background-color: #FEBA3D;
}
</style>
border-color css
<style>
span { border-color: #FEBA3D; }
span { border-color: rgb(254,186,61); }
td.TdClassName
{
border-color: #FEBA3D;
}
.TagClassName
{
border-color: #FEBA3D;
}
</style>