Shades of Supernova #FEB232
Tints of Supernova #FEB232
RGB
CMYK
RGB Variations
Color information
#FEB232 (or 0xFEB232) is known color: Supernova. HEX triplet: FE, B2 and 32. RGB value is (254,178,50). Sum of RGB (Red+Green+Blue) = 254+178+50=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB232 is #014DCD. Grayscale: #BABABA. Windows color (decimal): -85454 or 3322622. OLE color: 3322622.
HSL color Cylindrical-coordinate representation of color #FEB232: hue angle of 37.65º 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 #FEB232 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 50 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.00 |
| HSL | 37.65º | 0.99% | 0.6% | - |
| HSV(B) | 37.65º | 0.8% | 1% | - |
| XYZ | 57.37 | 53.14 | 10.25 | - |
| YUV | 186.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 50 | 0 | 0.30 | 0.80 | 0.00 | 37.65 | 0.99 | 0.6 |
| Hex | FE | B2 | 32 | 0 | 1E | 50 | 0 | 26 | 63 | 3C |
| Octal | 376 | 262 | 62 | 0 | 36 | 120 | 0 | 46 | 143 | 74 |
| Binary | 11111110 | 10110010 | 110010 | 0 | 11110 | 1010000 | 0 | 100110 | 1100011 | 111100 |
Color Harmonies of #FEB232
Complementary color
Monochromatic Colors of #FEB232
Black with #FEB232
Text Example
Text Example
White with #FEB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB232; }
p { color: rgb(254,178,50); }
H1.HeaderClassName
{
color: #FEB232;
}
.AnyTagClassName
{
color: #FEB232;
}
</style>
background-color css
<style>
a { background-color: #FEB232; }
a { background-color: rgb(254,178,50); }
div.DivClassName
{
background-color: #FEB232;
}
.BgClassName
{
background-color: #FEB232;
}
</style>
border-color css
<style>
span { border-color: #FEB232; }
span { border-color: rgb(254,178,50); }
td.TdClassName
{
border-color: #FEB232;
}
.TagClassName
{
border-color: #FEB232;
}
</style>