Shades of Supernova #FFB529
Tints of Supernova #FFB529
RGB
CMYK
RGB Variations
Color information
#FFB529 (or 0xFFB529) is known color: Supernova. HEX triplet: FF, B5 and 29. RGB value is (255,181,41). Sum of RGB (Red+Green+Blue) = 255+181+41=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB529 is #004AD6. Grayscale: #BBBBBB. Windows color (decimal): -19159 or 2733567. OLE color: 2733567.
HSL color Cylindrical-coordinate representation of color #FFB529: hue angle of 39.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFB529 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 41 | - |
| CMYK | 0 | 0.29 | 0.84 | 0 |
| HSL | 39.25º | 1% | 0.58% | - |
| HSV(B) | 39.25º | 0.84% | 1% | - |
| XYZ | 58.16 | 54.47 | 9.55 | - |
| YUV | 187.17 | 45.52 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 41 | 0 | 0.29 | 0.84 | 0 | 39.25 | 1 | 0.58 |
| Hex | FF | B5 | 29 | 0 | 1D | 54 | 0 | 27 | 64 | 3A |
| Octal | 377 | 265 | 51 | 0 | 35 | 124 | 0 | 47 | 144 | 72 |
| Binary | 11111111 | 10110101 | 101001 | 0 | 11101 | 1010100 | 0 | 100111 | 1100100 | 111010 |
Color Harmonies of #FFB529
Complementary color
Monochromatic Colors of #FFB529
Black with #FFB529
Text Example
Text Example
White with #FFB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB529; }
p { color: rgb(255,181,41); }
H1.HeaderClassName
{
color: #FFB529;
}
.AnyTagClassName
{
color: #FFB529;
}
</style>
background-color css
<style>
a { background-color: #FFB529; }
a { background-color: rgb(255,181,41); }
div.DivClassName
{
background-color: #FFB529;
}
.BgClassName
{
background-color: #FFB529;
}
</style>
border-color css
<style>
span { border-color: #FFB529; }
span { border-color: rgb(255,181,41); }
td.TdClassName
{
border-color: #FFB529;
}
.TagClassName
{
border-color: #FFB529;
}
</style>