Shades of Supernova #FEBC2C
Tints of Supernova #FEBC2C
RGB
CMYK
RGB Variations
Color information
#FEBC2C (or 0xFEBC2C) is known color: Supernova. HEX triplet: FE, BC and 2C. RGB value is (254,188,44). Sum of RGB (Red+Green+Blue) = 254+188+44=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC2C is #0143D3. Grayscale: #BFBFBF. Windows color (decimal): -82900 or 2931966. OLE color: 2931966.
HSL color Cylindrical-coordinate representation of color #FEBC2C: hue angle of 41.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEBC2C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 44 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.00 |
| HSL | 41.14º | 0.99% | 0.58% | - |
| HSV(B) | 41.14º | 0.83% | 1% | - |
| XYZ | 59.31 | 57.22 | 10.3 | - |
| YUV | 191.32 | 44.87 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 44 | 0 | 0.26 | 0.83 | 0.00 | 41.14 | 0.99 | 0.58 |
| Hex | FE | BC | 2C | 0 | 1A | 53 | 0 | 29 | 63 | 3A |
| Octal | 376 | 274 | 54 | 0 | 32 | 123 | 0 | 51 | 143 | 72 |
| Binary | 11111110 | 10111100 | 101100 | 0 | 11010 | 1010011 | 0 | 101001 | 1100011 | 111010 |
Color Harmonies of #FEBC2C
Complementary color
Monochromatic Colors of #FEBC2C
Black with #FEBC2C
Text Example
Text Example
White with #FEBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC2C; }
p { color: rgb(254,188,44); }
H1.HeaderClassName
{
color: #FEBC2C;
}
.AnyTagClassName
{
color: #FEBC2C;
}
</style>
background-color css
<style>
a { background-color: #FEBC2C; }
a { background-color: rgb(254,188,44); }
div.DivClassName
{
background-color: #FEBC2C;
}
.BgClassName
{
background-color: #FEBC2C;
}
</style>
border-color css
<style>
span { border-color: #FEBC2C; }
span { border-color: rgb(254,188,44); }
td.TdClassName
{
border-color: #FEBC2C;
}
.TagClassName
{
border-color: #FEBC2C;
}
</style>