Shades of Supernova #FEBB40
Tints of Supernova #FEBB40
RGB
CMYK
RGB Variations
Color information
#FEBB40 (or 0xFEBB40) is known color: Supernova. HEX triplet: FE, BB and 40. RGB value is (254,187,64). Sum of RGB (Red+Green+Blue) = 254+187+64=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB40 is #0144BF. Grayscale: #C1C1C1. Windows color (decimal): -83136 or 4242430. OLE color: 4242430.
HSL color Cylindrical-coordinate representation of color #FEBB40: hue angle of 38.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEBB40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 64 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.00 |
| HSL | 38.84º | 0.99% | 0.62% | - |
| HSV(B) | 38.84º | 0.75% | 1% | - |
| XYZ | 59.57 | 56.98 | 12.71 | - |
| YUV | 193.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 64 | 0 | 0.26 | 0.75 | 0.00 | 38.84 | 0.99 | 0.62 |
| Hex | FE | BB | 40 | 0 | 1A | 4B | 0 | 27 | 63 | 3E |
| Octal | 376 | 273 | 100 | 0 | 32 | 113 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111011 | 1000000 | 0 | 11010 | 1001011 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEBB40
Complementary color
Monochromatic Colors of #FEBB40
Black with #FEBB40
Text Example
Text Example
White with #FEBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB40; }
p { color: rgb(254,187,64); }
H1.HeaderClassName
{
color: #FEBB40;
}
.AnyTagClassName
{
color: #FEBB40;
}
</style>
background-color css
<style>
a { background-color: #FEBB40; }
a { background-color: rgb(254,187,64); }
div.DivClassName
{
background-color: #FEBB40;
}
.BgClassName
{
background-color: #FEBB40;
}
</style>
border-color css
<style>
span { border-color: #FEBB40; }
span { border-color: rgb(254,187,64); }
td.TdClassName
{
border-color: #FEBB40;
}
.TagClassName
{
border-color: #FEBB40;
}
</style>