Shades of Supernova #FFB83E
Tints of Supernova #FFB83E
RGB
CMYK
RGB Variations
Color information
#FFB83E (or 0xFFB83E) is known color: Supernova. HEX triplet: FF, B8 and 3E. RGB value is (255,184,62). Sum of RGB (Red+Green+Blue) = 255+184+62=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB83E is #0047C1. Grayscale: #BFBFBF. Windows color (decimal): -18370 or 4110591. OLE color: 4110591.
HSL color Cylindrical-coordinate representation of color #FFB83E: hue angle of 37.93º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFB83E is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 62 | - |
| CMYK | 0 | 0.28 | 0.76 | 0 |
| HSL | 37.93º | 1% | 0.62% | - |
| HSV(B) | 37.93º | 0.76% | 1% | - |
| XYZ | 59.25 | 55.89 | 12.22 | - |
| YUV | 191.32 | 55.02 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 62 | 0 | 0.28 | 0.76 | 0 | 37.93 | 1 | 0.62 |
| Hex | FF | B8 | 3E | 0 | 1C | 4C | 0 | 26 | 64 | 3E |
| Octal | 377 | 270 | 76 | 0 | 34 | 114 | 0 | 46 | 144 | 76 |
| Binary | 11111111 | 10111000 | 111110 | 0 | 11100 | 1001100 | 0 | 100110 | 1100100 | 111110 |
Color Harmonies of #FFB83E
Complementary color
Monochromatic Colors of #FFB83E
Black with #FFB83E
Text Example
Text Example
White with #FFB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB83E; }
p { color: rgb(255,184,62); }
H1.HeaderClassName
{
color: #FFB83E;
}
.AnyTagClassName
{
color: #FFB83E;
}
</style>
background-color css
<style>
a { background-color: #FFB83E; }
a { background-color: rgb(255,184,62); }
div.DivClassName
{
background-color: #FFB83E;
}
.BgClassName
{
background-color: #FFB83E;
}
</style>
border-color css
<style>
span { border-color: #FFB83E; }
span { border-color: rgb(255,184,62); }
td.TdClassName
{
border-color: #FFB83E;
}
.TagClassName
{
border-color: #FFB83E;
}
</style>