Shades of Supernova #FFB426
Tints of Supernova #FFB426
RGB
CMYK
RGB Variations
Color information
#FFB426 (or 0xFFB426) is known color: Supernova. HEX triplet: FF, B4 and 26. RGB value is (255,180,38). Sum of RGB (Red+Green+Blue) = 255+180+38=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB426 is #004BD9. Grayscale: #BABABA. Windows color (decimal): -19418 or 2536703. OLE color: 2536703.
HSL color Cylindrical-coordinate representation of color #FFB426: hue angle of 39.26º 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 #FFB426 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 38 | - |
| CMYK | 0 | 0.29 | 0.85 | 0 |
| HSL | 39.26º | 1% | 0.57% | - |
| HSV(B) | 39.26º | 0.85% | 1% | - |
| XYZ | 57.91 | 54.04 | 9.21 | - |
| YUV | 186.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 38 | 0 | 0.29 | 0.85 | 0 | 39.26 | 1 | 0.57 |
| Hex | FF | B4 | 26 | 0 | 1D | 55 | 0 | 27 | 64 | 39 |
| Octal | 377 | 264 | 46 | 0 | 35 | 125 | 0 | 47 | 144 | 71 |
| Binary | 11111111 | 10110100 | 100110 | 0 | 11101 | 1010101 | 0 | 100111 | 1100100 | 111001 |
Color Harmonies of #FFB426
Complementary color
Monochromatic Colors of #FFB426
Black with #FFB426
Text Example
Text Example
White with #FFB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB426; }
p { color: rgb(255,180,38); }
H1.HeaderClassName
{
color: #FFB426;
}
.AnyTagClassName
{
color: #FFB426;
}
</style>
background-color css
<style>
a { background-color: #FFB426; }
a { background-color: rgb(255,180,38); }
div.DivClassName
{
background-color: #FFB426;
}
.BgClassName
{
background-color: #FFB426;
}
</style>
border-color css
<style>
span { border-color: #FFB426; }
span { border-color: rgb(255,180,38); }
td.TdClassName
{
border-color: #FFB426;
}
.TagClassName
{
border-color: #FFB426;
}
</style>