Shades of Supernova #FEBE32
Tints of Supernova #FEBE32
RGB
CMYK
RGB Variations
Color information
#FEBE32 (or 0xFEBE32) is known color: Supernova. HEX triplet: FE, BE and 32. RGB value is (254,190,50). Sum of RGB (Red+Green+Blue) = 254+190+50=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE32 is #0141CD. Grayscale: #C1C1C1. Windows color (decimal): -82382 or 3325694. OLE color: 3325694.
HSL color Cylindrical-coordinate representation of color #FEBE32: hue angle of 41.18º 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 #FEBE32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.00 |
| HSL | 41.18º | 0.99% | 0.6% | - |
| HSV(B) | 41.18º | 0.8% | 1% | - |
| XYZ | 59.86 | 58.13 | 11.08 | - |
| YUV | 193.18 | 47.2 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 50 | 0 | 0.25 | 0.80 | 0.00 | 41.18 | 0.99 | 0.6 |
| Hex | FE | BE | 32 | 0 | 19 | 50 | 0 | 29 | 63 | 3C |
| Octal | 376 | 276 | 62 | 0 | 31 | 120 | 0 | 51 | 143 | 74 |
| Binary | 11111110 | 10111110 | 110010 | 0 | 11001 | 1010000 | 0 | 101001 | 1100011 | 111100 |
Color Harmonies of #FEBE32
Complementary color
Monochromatic Colors of #FEBE32
Black with #FEBE32
Text Example
Text Example
White with #FEBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE32; }
p { color: rgb(254,190,50); }
H1.HeaderClassName
{
color: #FEBE32;
}
.AnyTagClassName
{
color: #FEBE32;
}
</style>
background-color css
<style>
a { background-color: #FEBE32; }
a { background-color: rgb(254,190,50); }
div.DivClassName
{
background-color: #FEBE32;
}
.BgClassName
{
background-color: #FEBE32;
}
</style>
border-color css
<style>
span { border-color: #FEBE32; }
span { border-color: rgb(254,190,50); }
td.TdClassName
{
border-color: #FEBE32;
}
.TagClassName
{
border-color: #FEBE32;
}
</style>