Shades of Supernova #FFB828
Tints of Supernova #FFB828
RGB
CMYK
RGB Variations
Color information
#FFB828 (or 0xFFB828) is known color: Supernova. HEX triplet: FF, B8 and 28. RGB value is (255,184,40). Sum of RGB (Red+Green+Blue) = 255+184+40=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB828 is #0047D7. Grayscale: #BDBDBD. Windows color (decimal): -18392 or 2668799. OLE color: 2668799.
HSL color Cylindrical-coordinate representation of color #FFB828: hue angle of 40.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFB828 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 40 | - |
| CMYK | 0 | 0.28 | 0.84 | 0 |
| HSL | 40.19º | 1% | 0.58% | - |
| HSV(B) | 40.19º | 0.84% | 1% | - |
| XYZ | 58.76 | 55.69 | 9.66 | - |
| YUV | 188.81 | 44.02 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 40 | 0 | 0.28 | 0.84 | 0 | 40.19 | 1 | 0.58 |
| Hex | FF | B8 | 28 | 0 | 1C | 54 | 0 | 28 | 64 | 3A |
| Octal | 377 | 270 | 50 | 0 | 34 | 124 | 0 | 50 | 144 | 72 |
| Binary | 11111111 | 10111000 | 101000 | 0 | 11100 | 1010100 | 0 | 101000 | 1100100 | 111010 |
Color Harmonies of #FFB828
Complementary color
Monochromatic Colors of #FFB828
Black with #FFB828
Text Example
Text Example
White with #FFB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB828; }
p { color: rgb(255,184,40); }
H1.HeaderClassName
{
color: #FFB828;
}
.AnyTagClassName
{
color: #FFB828;
}
</style>
background-color css
<style>
a { background-color: #FFB828; }
a { background-color: rgb(255,184,40); }
div.DivClassName
{
background-color: #FFB828;
}
.BgClassName
{
background-color: #FFB828;
}
</style>
border-color css
<style>
span { border-color: #FFB828; }
span { border-color: rgb(255,184,40); }
td.TdClassName
{
border-color: #FFB828;
}
.TagClassName
{
border-color: #FFB828;
}
</style>