Shades of Supernova #FEBB31
Tints of Supernova #FEBB31
RGB
CMYK
RGB Variations
Color information
#FEBB31 (or 0xFEBB31) is known color: Supernova. HEX triplet: FE, BB and 31. RGB value is (254,187,49). Sum of RGB (Red+Green+Blue) = 254+187+49=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB31 is #0144CE. Grayscale: #BFBFBF. Windows color (decimal): -83151 or 3259390. OLE color: 3259390.
HSL color Cylindrical-coordinate representation of color #FEBB31: hue angle of 40.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEBB31 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 49 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.00 |
| HSL | 40.39º | 0.99% | 0.59% | - |
| HSV(B) | 40.39º | 0.81% | 1% | - |
| XYZ | 59.2 | 56.83 | 10.76 | - |
| YUV | 191.3 | 47.7 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 49 | 0 | 0.26 | 0.81 | 0.00 | 40.39 | 0.99 | 0.59 |
| Hex | FE | BB | 31 | 0 | 1A | 51 | 0 | 28 | 63 | 3B |
| Octal | 376 | 273 | 61 | 0 | 32 | 121 | 0 | 50 | 143 | 73 |
| Binary | 11111110 | 10111011 | 110001 | 0 | 11010 | 1010001 | 0 | 101000 | 1100011 | 111011 |
Color Harmonies of #FEBB31
Complementary color
Monochromatic Colors of #FEBB31
Black with #FEBB31
Text Example
Text Example
White with #FEBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB31; }
p { color: rgb(254,187,49); }
H1.HeaderClassName
{
color: #FEBB31;
}
.AnyTagClassName
{
color: #FEBB31;
}
</style>
background-color css
<style>
a { background-color: #FEBB31; }
a { background-color: rgb(254,187,49); }
div.DivClassName
{
background-color: #FEBB31;
}
.BgClassName
{
background-color: #FEBB31;
}
</style>
border-color css
<style>
span { border-color: #FEBB31; }
span { border-color: rgb(254,187,49); }
td.TdClassName
{
border-color: #FEBB31;
}
.TagClassName
{
border-color: #FEBB31;
}
</style>