Shades of Supernova #FEBB2C
Tints of Supernova #FEBB2C
RGB
CMYK
RGB Variations
Color information
#FEBB2C (or 0xFEBB2C) is known color: Supernova. HEX triplet: FE, BB and 2C. RGB value is (254,187,44). Sum of RGB (Red+Green+Blue) = 254+187+44=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB2C is #0144D3. Grayscale: #BFBFBF. Windows color (decimal): -83156 or 2931710. OLE color: 2931710.
HSL color Cylindrical-coordinate representation of color #FEBB2C: hue angle of 40.86º 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 #FEBB2C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 44 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.00 |
| HSL | 40.86º | 0.99% | 0.58% | - |
| HSV(B) | 40.86º | 0.83% | 1% | - |
| XYZ | 59.1 | 56.79 | 10.23 | - |
| YUV | 190.73 | 45.2 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 44 | 0 | 0.26 | 0.83 | 0.00 | 40.86 | 0.99 | 0.58 |
| Hex | FE | BB | 2C | 0 | 1A | 53 | 0 | 29 | 63 | 3A |
| Octal | 376 | 273 | 54 | 0 | 32 | 123 | 0 | 51 | 143 | 72 |
| Binary | 11111110 | 10111011 | 101100 | 0 | 11010 | 1010011 | 0 | 101001 | 1100011 | 111010 |
Color Harmonies of #FEBB2C
Complementary color
Monochromatic Colors of #FEBB2C
Black with #FEBB2C
Text Example
Text Example
White with #FEBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB2C; }
p { color: rgb(254,187,44); }
H1.HeaderClassName
{
color: #FEBB2C;
}
.AnyTagClassName
{
color: #FEBB2C;
}
</style>
background-color css
<style>
a { background-color: #FEBB2C; }
a { background-color: rgb(254,187,44); }
div.DivClassName
{
background-color: #FEBB2C;
}
.BgClassName
{
background-color: #FEBB2C;
}
</style>
border-color css
<style>
span { border-color: #FEBB2C; }
span { border-color: rgb(254,187,44); }
td.TdClassName
{
border-color: #FEBB2C;
}
.TagClassName
{
border-color: #FEBB2C;
}
</style>