Shades of Supernova #FEB83F
Tints of Supernova #FEB83F
RGB
CMYK
RGB Variations
Color information
#FEB83F (or 0xFEB83F) is known color: Supernova. HEX triplet: FE, B8 and 3F. RGB value is (254,184,63). Sum of RGB (Red+Green+Blue) = 254+184+63=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB83F is #0147C0. Grayscale: #BFBFBF. Windows color (decimal): -83905 or 4176126. OLE color: 4176126.
HSL color Cylindrical-coordinate representation of color #FEB83F: hue angle of 38.01º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEB83F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 63 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.00 |
| HSL | 38.01º | 0.99% | 0.62% | - |
| HSV(B) | 38.01º | 0.75% | 1% | - |
| XYZ | 58.91 | 55.71 | 12.35 | - |
| YUV | 191.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 63 | 0 | 0.28 | 0.75 | 0.00 | 38.01 | 0.99 | 0.62 |
| Hex | FE | B8 | 3F | 0 | 1C | 4B | 0 | 26 | 63 | 3E |
| Octal | 376 | 270 | 77 | 0 | 34 | 113 | 0 | 46 | 143 | 76 |
| Binary | 11111110 | 10111000 | 111111 | 0 | 11100 | 1001011 | 0 | 100110 | 1100011 | 111110 |
Color Harmonies of #FEB83F
Complementary color
Monochromatic Colors of #FEB83F
Black with #FEB83F
Text Example
Text Example
White with #FEB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB83F; }
p { color: rgb(254,184,63); }
H1.HeaderClassName
{
color: #FEB83F;
}
.AnyTagClassName
{
color: #FEB83F;
}
</style>
background-color css
<style>
a { background-color: #FEB83F; }
a { background-color: rgb(254,184,63); }
div.DivClassName
{
background-color: #FEB83F;
}
.BgClassName
{
background-color: #FEB83F;
}
</style>
border-color css
<style>
span { border-color: #FEB83F; }
span { border-color: rgb(254,184,63); }
td.TdClassName
{
border-color: #FEB83F;
}
.TagClassName
{
border-color: #FEB83F;
}
</style>