Shades of Supernova #FEBB34
Tints of Supernova #FEBB34
RGB
CMYK
RGB Variations
Color information
#FEBB34 (or 0xFEBB34) is known color: Supernova. HEX triplet: FE, BB and 34. RGB value is (254,187,52). Sum of RGB (Red+Green+Blue) = 254+187+52=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB34 is #0144CB. Grayscale: #C0C0C0. Windows color (decimal): -83148 or 3455998. OLE color: 3455998.
HSL color Cylindrical-coordinate representation of color #FEBB34: hue angle of 40.1º 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 #FEBB34 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 52 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.00 |
| HSL | 40.1º | 0.99% | 0.6% | - |
| HSV(B) | 40.1º | 0.8% | 1% | - |
| XYZ | 59.26 | 56.86 | 11.1 | - |
| YUV | 191.64 | 49.2 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 52 | 0 | 0.26 | 0.80 | 0.00 | 40.1 | 0.99 | 0.6 |
| Hex | FE | BB | 34 | 0 | 1A | 50 | 0 | 28 | 63 | 3C |
| Octal | 376 | 273 | 64 | 0 | 32 | 120 | 0 | 50 | 143 | 74 |
| Binary | 11111110 | 10111011 | 110100 | 0 | 11010 | 1010000 | 0 | 101000 | 1100011 | 111100 |
Color Harmonies of #FEBB34
Complementary color
Monochromatic Colors of #FEBB34
Black with #FEBB34
Text Example
Text Example
White with #FEBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB34; }
p { color: rgb(254,187,52); }
H1.HeaderClassName
{
color: #FEBB34;
}
.AnyTagClassName
{
color: #FEBB34;
}
</style>
background-color css
<style>
a { background-color: #FEBB34; }
a { background-color: rgb(254,187,52); }
div.DivClassName
{
background-color: #FEBB34;
}
.BgClassName
{
background-color: #FEBB34;
}
</style>
border-color css
<style>
span { border-color: #FEBB34; }
span { border-color: rgb(254,187,52); }
td.TdClassName
{
border-color: #FEBB34;
}
.TagClassName
{
border-color: #FEBB34;
}
</style>