Shades of Supernova #FFB028
Tints of Supernova #FFB028
RGB
CMYK
RGB Variations
Color information
#FFB028 (or 0xFFB028) is known color: Supernova. HEX triplet: FF, B0 and 28. RGB value is (255,176,40). Sum of RGB (Red+Green+Blue) = 255+176+40=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB028 is #004FD7. Grayscale: #B8B8B8. Windows color (decimal): -20440 or 2666751. OLE color: 2666751.
HSL color Cylindrical-coordinate representation of color #FFB028: hue angle of 37.95º 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 #FFB028 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 40 | - |
| CMYK | 0 | 0.31 | 0.84 | 0 |
| HSL | 37.95º | 1% | 0.58% | - |
| HSV(B) | 37.95º | 0.84% | 1% | - |
| XYZ | 57.15 | 52.46 | 9.12 | - |
| YUV | 184.12 | 46.67 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 40 | 0 | 0.31 | 0.84 | 0 | 37.95 | 1 | 0.58 |
| Hex | FF | B0 | 28 | 0 | 1F | 54 | 0 | 26 | 64 | 3A |
| Octal | 377 | 260 | 50 | 0 | 37 | 124 | 0 | 46 | 144 | 72 |
| Binary | 11111111 | 10110000 | 101000 | 0 | 11111 | 1010100 | 0 | 100110 | 1100100 | 111010 |
Color Harmonies of #FFB028
Complementary color
Monochromatic Colors of #FFB028
Black with #FFB028
Text Example
Text Example
White with #FFB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB028; }
p { color: rgb(255,176,40); }
H1.HeaderClassName
{
color: #FFB028;
}
.AnyTagClassName
{
color: #FFB028;
}
</style>
background-color css
<style>
a { background-color: #FFB028; }
a { background-color: rgb(255,176,40); }
div.DivClassName
{
background-color: #FFB028;
}
.BgClassName
{
background-color: #FFB028;
}
</style>
border-color css
<style>
span { border-color: #FFB028; }
span { border-color: rgb(255,176,40); }
td.TdClassName
{
border-color: #FFB028;
}
.TagClassName
{
border-color: #FFB028;
}
</style>