Shades of Supernova #FFB82B
Tints of Supernova #FFB82B
RGB
CMYK
RGB Variations
Color information
#FFB82B (or 0xFFB82B) is known color: Supernova. HEX triplet: FF, B8 and 2B. RGB value is (255,184,43). Sum of RGB (Red+Green+Blue) = 255+184+43=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB82B is #0047D4. Grayscale: #BDBDBD. Windows color (decimal): -18389 or 2865407. OLE color: 2865407.
HSL color Cylindrical-coordinate representation of color #FFB82B: hue angle of 39.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFB82B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 43 | - |
| CMYK | 0 | 0.28 | 0.83 | 0 |
| HSL | 39.91º | 1% | 0.58% | - |
| HSV(B) | 39.91º | 0.83% | 1% | - |
| XYZ | 58.82 | 55.72 | 9.94 | - |
| YUV | 189.16 | 45.52 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 43 | 0 | 0.28 | 0.83 | 0 | 39.91 | 1 | 0.58 |
| Hex | FF | B8 | 2B | 0 | 1C | 53 | 0 | 28 | 64 | 3A |
| Octal | 377 | 270 | 53 | 0 | 34 | 123 | 0 | 50 | 144 | 72 |
| Binary | 11111111 | 10111000 | 101011 | 0 | 11100 | 1010011 | 0 | 101000 | 1100100 | 111010 |
Color Harmonies of #FFB82B
Complementary color
Monochromatic Colors of #FFB82B
Black with #FFB82B
Text Example
Text Example
White with #FFB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB82B; }
p { color: rgb(255,184,43); }
H1.HeaderClassName
{
color: #FFB82B;
}
.AnyTagClassName
{
color: #FFB82B;
}
</style>
background-color css
<style>
a { background-color: #FFB82B; }
a { background-color: rgb(255,184,43); }
div.DivClassName
{
background-color: #FFB82B;
}
.BgClassName
{
background-color: #FFB82B;
}
</style>
border-color css
<style>
span { border-color: #FFB82B; }
span { border-color: rgb(255,184,43); }
td.TdClassName
{
border-color: #FFB82B;
}
.TagClassName
{
border-color: #FFB82B;
}
</style>