Shades of Supernova #FFB126
Tints of Supernova #FFB126
RGB
CMYK
RGB Variations
Color information
#FFB126 (or 0xFFB126) is known color: Supernova. HEX triplet: FF, B1 and 26. RGB value is (255,177,38). Sum of RGB (Red+Green+Blue) = 255+177+38=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB126 is #004ED9. Grayscale: #B9B9B9. Windows color (decimal): -20186 or 2535935. OLE color: 2535935.
HSL color Cylindrical-coordinate representation of color #FFB126: hue angle of 38.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFB126 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 38 | - |
| CMYK | 0 | 0.31 | 0.85 | 0 |
| HSL | 38.43º | 1% | 0.57% | - |
| HSV(B) | 38.43º | 0.85% | 1% | - |
| XYZ | 57.31 | 52.84 | 9.01 | - |
| YUV | 184.48 | 45.34 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 38 | 0 | 0.31 | 0.85 | 0 | 38.43 | 1 | 0.57 |
| Hex | FF | B1 | 26 | 0 | 1F | 55 | 0 | 26 | 64 | 39 |
| Octal | 377 | 261 | 46 | 0 | 37 | 125 | 0 | 46 | 144 | 71 |
| Binary | 11111111 | 10110001 | 100110 | 0 | 11111 | 1010101 | 0 | 100110 | 1100100 | 111001 |
Color Harmonies of #FFB126
Complementary color
Monochromatic Colors of #FFB126
Black with #FFB126
Text Example
Text Example
White with #FFB126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB126; }
p { color: rgb(255,177,38); }
H1.HeaderClassName
{
color: #FFB126;
}
.AnyTagClassName
{
color: #FFB126;
}
</style>
background-color css
<style>
a { background-color: #FFB126; }
a { background-color: rgb(255,177,38); }
div.DivClassName
{
background-color: #FFB126;
}
.BgClassName
{
background-color: #FFB126;
}
</style>
border-color css
<style>
span { border-color: #FFB126; }
span { border-color: rgb(255,177,38); }
td.TdClassName
{
border-color: #FFB126;
}
.TagClassName
{
border-color: #FFB126;
}
</style>