Shades of Supernova #FEB832
Tints of Supernova #FEB832
RGB
CMYK
RGB Variations
Color information
#FEB832 (or 0xFEB832) is known color: Supernova. HEX triplet: FE, B8 and 32. RGB value is (254,184,50). Sum of RGB (Red+Green+Blue) = 254+184+50=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB832 is #0147CD. Grayscale: #BEBEBE. Windows color (decimal): -83918 or 3324158. OLE color: 3324158.
HSL color Cylindrical-coordinate representation of color #FEB832: hue angle of 39.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEB832 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 50 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.00 |
| HSL | 39.41º | 0.99% | 0.6% | - |
| HSV(B) | 39.41º | 0.8% | 1% | - |
| XYZ | 58.59 | 55.58 | 10.66 | - |
| YUV | 189.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 50 | 0 | 0.28 | 0.80 | 0.00 | 39.41 | 0.99 | 0.6 |
| Hex | FE | B8 | 32 | 0 | 1C | 50 | 0 | 27 | 63 | 3C |
| Octal | 376 | 270 | 62 | 0 | 34 | 120 | 0 | 47 | 143 | 74 |
| Binary | 11111110 | 10111000 | 110010 | 0 | 11100 | 1010000 | 0 | 100111 | 1100011 | 111100 |
Color Harmonies of #FEB832
Complementary color
Monochromatic Colors of #FEB832
Black with #FEB832
Text Example
Text Example
White with #FEB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB832; }
p { color: rgb(254,184,50); }
H1.HeaderClassName
{
color: #FEB832;
}
.AnyTagClassName
{
color: #FEB832;
}
</style>
background-color css
<style>
a { background-color: #FEB832; }
a { background-color: rgb(254,184,50); }
div.DivClassName
{
background-color: #FEB832;
}
.BgClassName
{
background-color: #FEB832;
}
</style>
border-color css
<style>
span { border-color: #FEB832; }
span { border-color: rgb(254,184,50); }
td.TdClassName
{
border-color: #FEB832;
}
.TagClassName
{
border-color: #FEB832;
}
</style>