Shades of Supernova #FEB83A
Tints of Supernova #FEB83A
RGB
CMYK
RGB Variations
Color information
#FEB83A (or 0xFEB83A) is known color: Supernova. HEX triplet: FE, B8 and 3A. RGB value is (254,184,58). Sum of RGB (Red+Green+Blue) = 254+184+58=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB83A is #0147C5. Grayscale: #BFBFBF. Windows color (decimal): -83910 or 3848446. OLE color: 3848446.
HSL color Cylindrical-coordinate representation of color #FEB83A: hue angle of 38.57º 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 #FEB83A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.00 |
| HSL | 38.57º | 0.99% | 0.61% | - |
| HSV(B) | 38.57º | 0.77% | 1% | - |
| XYZ | 58.78 | 55.66 | 11.65 | - |
| YUV | 190.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 58 | 0 | 0.28 | 0.77 | 0.00 | 38.57 | 0.99 | 0.61 |
| Hex | FE | B8 | 3A | 0 | 1C | 4D | 0 | 27 | 63 | 3D |
| Octal | 376 | 270 | 72 | 0 | 34 | 115 | 0 | 47 | 143 | 75 |
| Binary | 11111110 | 10111000 | 111010 | 0 | 11100 | 1001101 | 0 | 100111 | 1100011 | 111101 |
Color Harmonies of #FEB83A
Complementary color
Monochromatic Colors of #FEB83A
Black with #FEB83A
Text Example
Text Example
White with #FEB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB83A; }
p { color: rgb(254,184,58); }
H1.HeaderClassName
{
color: #FEB83A;
}
.AnyTagClassName
{
color: #FEB83A;
}
</style>
background-color css
<style>
a { background-color: #FEB83A; }
a { background-color: rgb(254,184,58); }
div.DivClassName
{
background-color: #FEB83A;
}
.BgClassName
{
background-color: #FEB83A;
}
</style>
border-color css
<style>
span { border-color: #FEB83A; }
span { border-color: rgb(254,184,58); }
td.TdClassName
{
border-color: #FEB83A;
}
.TagClassName
{
border-color: #FEB83A;
}
</style>