Shades of Supernova #FFB024
Tints of Supernova #FFB024
RGB
CMYK
RGB Variations
Color information
#FFB024 (or 0xFFB024) is known color: Supernova. HEX triplet: FF, B0 and 24. RGB value is (255,176,36). Sum of RGB (Red+Green+Blue) = 255+176+36=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB024 is #004FDB. Grayscale: #B8B8B8. Windows color (decimal): -20444 or 2404607. OLE color: 2404607.
HSL color Cylindrical-coordinate representation of color #FFB024: hue angle of 38.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFB024 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 36 | - |
| CMYK | 0 | 0.31 | 0.86 | 0 |
| HSL | 38.36º | 1% | 0.57% | - |
| HSV(B) | 38.36º | 0.86% | 1% | - |
| XYZ | 57.08 | 52.44 | 8.78 | - |
| YUV | 183.66 | 44.67 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 36 | 0 | 0.31 | 0.86 | 0 | 38.36 | 1 | 0.57 |
| Hex | FF | B0 | 24 | 0 | 1F | 56 | 0 | 26 | 64 | 39 |
| Octal | 377 | 260 | 44 | 0 | 37 | 126 | 0 | 46 | 144 | 71 |
| Binary | 11111111 | 10110000 | 100100 | 0 | 11111 | 1010110 | 0 | 100110 | 1100100 | 111001 |
Color Harmonies of #FFB024
Complementary color
Monochromatic Colors of #FFB024
Black with #FFB024
Text Example
Text Example
White with #FFB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB024; }
p { color: rgb(255,176,36); }
H1.HeaderClassName
{
color: #FFB024;
}
.AnyTagClassName
{
color: #FFB024;
}
</style>
background-color css
<style>
a { background-color: #FFB024; }
a { background-color: rgb(255,176,36); }
div.DivClassName
{
background-color: #FFB024;
}
.BgClassName
{
background-color: #FFB024;
}
</style>
border-color css
<style>
span { border-color: #FFB024; }
span { border-color: rgb(255,176,36); }
td.TdClassName
{
border-color: #FFB024;
}
.TagClassName
{
border-color: #FFB024;
}
</style>