Shades of Supernova #FEB529
Tints of Supernova #FEB529
RGB
CMYK
RGB Variations
Color information
#FEB529 (or 0xFEB529) is known color: Supernova. HEX triplet: FE, B5 and 29. RGB value is (254,181,41). Sum of RGB (Red+Green+Blue) = 254+181+41=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB529 is #014AD6. Grayscale: #BBBBBB. Windows color (decimal): -84695 or 2733566. OLE color: 2733566.
HSL color Cylindrical-coordinate representation of color #FEB529: hue angle of 39.44º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEB529 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 41 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.00 |
| HSL | 39.44º | 0.99% | 0.58% | - |
| HSV(B) | 39.44º | 0.84% | 1% | - |
| XYZ | 57.8 | 54.28 | 9.53 | - |
| YUV | 186.87 | 45.68 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 41 | 0 | 0.29 | 0.84 | 0.00 | 39.44 | 0.99 | 0.58 |
| Hex | FE | B5 | 29 | 0 | 1D | 54 | 0 | 27 | 63 | 3A |
| Octal | 376 | 265 | 51 | 0 | 35 | 124 | 0 | 47 | 143 | 72 |
| Binary | 11111110 | 10110101 | 101001 | 0 | 11101 | 1010100 | 0 | 100111 | 1100011 | 111010 |
Color Harmonies of #FEB529
Complementary color
Monochromatic Colors of #FEB529
Black with #FEB529
Text Example
Text Example
White with #FEB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB529; }
p { color: rgb(254,181,41); }
H1.HeaderClassName
{
color: #FEB529;
}
.AnyTagClassName
{
color: #FEB529;
}
</style>
background-color css
<style>
a { background-color: #FEB529; }
a { background-color: rgb(254,181,41); }
div.DivClassName
{
background-color: #FEB529;
}
.BgClassName
{
background-color: #FEB529;
}
</style>
border-color css
<style>
span { border-color: #FEB529; }
span { border-color: rgb(254,181,41); }
td.TdClassName
{
border-color: #FEB529;
}
.TagClassName
{
border-color: #FEB529;
}
</style>