Shades of Supernova #FFB128
Tints of Supernova #FFB128
RGB
CMYK
RGB Variations
Color information
#FFB128 (or 0xFFB128) is known color: Supernova. HEX triplet: FF, B1 and 28. RGB value is (255,177,40). Sum of RGB (Red+Green+Blue) = 255+177+40=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB128 is #004ED7. Grayscale: #B9B9B9. Windows color (decimal): -20184 or 2667007. OLE color: 2667007.
HSL color Cylindrical-coordinate representation of color #FFB128: hue angle of 38.23º 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 #FFB128 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 40 | - |
| CMYK | 0 | 0.31 | 0.84 | 0 |
| HSL | 38.23º | 1% | 0.58% | - |
| HSV(B) | 38.23º | 0.84% | 1% | - |
| XYZ | 57.35 | 52.86 | 9.19 | - |
| YUV | 184.7 | 46.34 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 40 | 0 | 0.31 | 0.84 | 0 | 38.23 | 1 | 0.58 |
| Hex | FF | B1 | 28 | 0 | 1F | 54 | 0 | 26 | 64 | 3A |
| Octal | 377 | 261 | 50 | 0 | 37 | 124 | 0 | 46 | 144 | 72 |
| Binary | 11111111 | 10110001 | 101000 | 0 | 11111 | 1010100 | 0 | 100110 | 1100100 | 111010 |
Color Harmonies of #FFB128
Complementary color
Monochromatic Colors of #FFB128
Black with #FFB128
Text Example
Text Example
White with #FFB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB128; }
p { color: rgb(255,177,40); }
H1.HeaderClassName
{
color: #FFB128;
}
.AnyTagClassName
{
color: #FFB128;
}
</style>
background-color css
<style>
a { background-color: #FFB128; }
a { background-color: rgb(255,177,40); }
div.DivClassName
{
background-color: #FFB128;
}
.BgClassName
{
background-color: #FFB128;
}
</style>
border-color css
<style>
span { border-color: #FFB128; }
span { border-color: rgb(255,177,40); }
td.TdClassName
{
border-color: #FFB128;
}
.TagClassName
{
border-color: #FFB128;
}
</style>