Shades of Supernova #FFB82E
Tints of Supernova #FFB82E
RGB
CMYK
RGB Variations
Color information
#FFB82E (or 0xFFB82E) is known color: Supernova. HEX triplet: FF, B8 and 2E. RGB value is (255,184,46). Sum of RGB (Red+Green+Blue) = 255+184+46=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB82E is #0047D1. Grayscale: #BEBEBE. Windows color (decimal): -18386 or 3062015. OLE color: 3062015.
HSL color Cylindrical-coordinate representation of color #FFB82E: hue angle of 39.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFB82E is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 46 | - |
| CMYK | 0 | 0.28 | 0.82 | 0 |
| HSL | 39.62º | 1% | 0.59% | - |
| HSV(B) | 39.62º | 0.82% | 1% | - |
| XYZ | 58.87 | 55.74 | 10.24 | - |
| YUV | 189.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 46 | 0 | 0.28 | 0.82 | 0 | 39.62 | 1 | 0.59 |
| Hex | FF | B8 | 2E | 0 | 1C | 52 | 0 | 28 | 64 | 3B |
| Octal | 377 | 270 | 56 | 0 | 34 | 122 | 0 | 50 | 144 | 73 |
| Binary | 11111111 | 10111000 | 101110 | 0 | 11100 | 1010010 | 0 | 101000 | 1100100 | 111011 |
Color Harmonies of #FFB82E
Complementary color
Monochromatic Colors of #FFB82E
Black with #FFB82E
Text Example
Text Example
White with #FFB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB82E; }
p { color: rgb(255,184,46); }
H1.HeaderClassName
{
color: #FFB82E;
}
.AnyTagClassName
{
color: #FFB82E;
}
</style>
background-color css
<style>
a { background-color: #FFB82E; }
a { background-color: rgb(255,184,46); }
div.DivClassName
{
background-color: #FFB82E;
}
.BgClassName
{
background-color: #FFB82E;
}
</style>
border-color css
<style>
span { border-color: #FFB82E; }
span { border-color: rgb(255,184,46); }
td.TdClassName
{
border-color: #FFB82E;
}
.TagClassName
{
border-color: #FFB82E;
}
</style>