Shades of Supernova #FEBE3A
Tints of Supernova #FEBE3A
RGB
CMYK
RGB Variations
Color information
#FEBE3A (or 0xFEBE3A) is known color: Supernova. HEX triplet: FE, BE and 3A. RGB value is (254,190,58). Sum of RGB (Red+Green+Blue) = 254+190+58=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE3A is #0141C5. Grayscale: #C2C2C2. Windows color (decimal): -82374 or 3849982. OLE color: 3849982.
HSL color Cylindrical-coordinate representation of color #FEBE3A: hue angle of 40.41º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEBE3A is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 58 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.00 |
| HSL | 40.41º | 0.99% | 0.61% | - |
| HSV(B) | 40.41º | 0.77% | 1% | - |
| XYZ | 60.05 | 58.2 | 12.07 | - |
| YUV | 194.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 58 | 0 | 0.25 | 0.77 | 0.00 | 40.41 | 0.99 | 0.61 |
| Hex | FE | BE | 3A | 0 | 19 | 4D | 0 | 28 | 63 | 3D |
| Octal | 376 | 276 | 72 | 0 | 31 | 115 | 0 | 50 | 143 | 75 |
| Binary | 11111110 | 10111110 | 111010 | 0 | 11001 | 1001101 | 0 | 101000 | 1100011 | 111101 |
Color Harmonies of #FEBE3A
Complementary color
Monochromatic Colors of #FEBE3A
Black with #FEBE3A
Text Example
Text Example
White with #FEBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE3A; }
p { color: rgb(254,190,58); }
H1.HeaderClassName
{
color: #FEBE3A;
}
.AnyTagClassName
{
color: #FEBE3A;
}
</style>
background-color css
<style>
a { background-color: #FEBE3A; }
a { background-color: rgb(254,190,58); }
div.DivClassName
{
background-color: #FEBE3A;
}
.BgClassName
{
background-color: #FEBE3A;
}
</style>
border-color css
<style>
span { border-color: #FEBE3A; }
span { border-color: rgb(254,190,58); }
td.TdClassName
{
border-color: #FEBE3A;
}
.TagClassName
{
border-color: #FEBE3A;
}
</style>