Shades of Supernova #FFB926
Tints of Supernova #FFB926
RGB
CMYK
RGB Variations
Color information
#FFB926 (or 0xFFB926) is known color: Supernova. HEX triplet: FF, B9 and 26. RGB value is (255,185,38). Sum of RGB (Red+Green+Blue) = 255+185+38=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB926 is #0046D9. Grayscale: #BDBDBD. Windows color (decimal): -18138 or 2537983. OLE color: 2537983.
HSL color Cylindrical-coordinate representation of color #FFB926: hue angle of 40.65º 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 #FFB926 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 38 | - |
| CMYK | 0 | 0.27 | 0.85 | 0 |
| HSL | 40.65º | 1% | 0.57% | - |
| HSV(B) | 40.65º | 0.85% | 1% | - |
| XYZ | 58.94 | 56.1 | 9.56 | - |
| YUV | 189.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 38 | 0 | 0.27 | 0.85 | 0 | 40.65 | 1 | 0.57 |
| Hex | FF | B9 | 26 | 0 | 1B | 55 | 0 | 29 | 64 | 39 |
| Octal | 377 | 271 | 46 | 0 | 33 | 125 | 0 | 51 | 144 | 71 |
| Binary | 11111111 | 10111001 | 100110 | 0 | 11011 | 1010101 | 0 | 101001 | 1100100 | 111001 |
Color Harmonies of #FFB926
Complementary color
Monochromatic Colors of #FFB926
Black with #FFB926
Text Example
Text Example
White with #FFB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB926; }
p { color: rgb(255,185,38); }
H1.HeaderClassName
{
color: #FFB926;
}
.AnyTagClassName
{
color: #FFB926;
}
</style>
background-color css
<style>
a { background-color: #FFB926; }
a { background-color: rgb(255,185,38); }
div.DivClassName
{
background-color: #FFB926;
}
.BgClassName
{
background-color: #FFB926;
}
</style>
border-color css
<style>
span { border-color: #FFB926; }
span { border-color: rgb(255,185,38); }
td.TdClassName
{
border-color: #FFB926;
}
.TagClassName
{
border-color: #FFB926;
}
</style>