Shades of Supernova #FFB526
Tints of Supernova #FFB526
RGB
CMYK
RGB Variations
Color information
#FFB526 (or 0xFFB526) is known color: Supernova. HEX triplet: FF, B5 and 26. RGB value is (255,181,38). Sum of RGB (Red+Green+Blue) = 255+181+38=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB526 is #004AD9. Grayscale: #BBBBBB. Windows color (decimal): -19162 or 2536959. OLE color: 2536959.
HSL color Cylindrical-coordinate representation of color #FFB526: hue angle of 39.54º 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 #FFB526 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 38 | - |
| CMYK | 0 | 0.29 | 0.85 | 0 |
| HSL | 39.54º | 1% | 0.57% | - |
| HSV(B) | 39.54º | 0.85% | 1% | - |
| XYZ | 58.11 | 54.45 | 9.28 | - |
| YUV | 186.82 | 44.02 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 38 | 0 | 0.29 | 0.85 | 0 | 39.54 | 1 | 0.57 |
| Hex | FF | B5 | 26 | 0 | 1D | 55 | 0 | 28 | 64 | 39 |
| Octal | 377 | 265 | 46 | 0 | 35 | 125 | 0 | 50 | 144 | 71 |
| Binary | 11111111 | 10110101 | 100110 | 0 | 11101 | 1010101 | 0 | 101000 | 1100100 | 111001 |
Color Harmonies of #FFB526
Complementary color
Monochromatic Colors of #FFB526
Black with #FFB526
Text Example
Text Example
White with #FFB526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB526; }
p { color: rgb(255,181,38); }
H1.HeaderClassName
{
color: #FFB526;
}
.AnyTagClassName
{
color: #FFB526;
}
</style>
background-color css
<style>
a { background-color: #FFB526; }
a { background-color: rgb(255,181,38); }
div.DivClassName
{
background-color: #FFB526;
}
.BgClassName
{
background-color: #FFB526;
}
</style>
border-color css
<style>
span { border-color: #FFB526; }
span { border-color: rgb(255,181,38); }
td.TdClassName
{
border-color: #FFB526;
}
.TagClassName
{
border-color: #FFB526;
}
</style>