Shades of Supernova #FEBB35
Tints of Supernova #FEBB35
RGB
CMYK
RGB Variations
Color information
#FEBB35 (or 0xFEBB35) is known color: Supernova. HEX triplet: FE, BB and 35. RGB value is (254,187,53). Sum of RGB (Red+Green+Blue) = 254+187+53=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB35 is #0144CA. Grayscale: #C0C0C0. Windows color (decimal): -83147 or 3521534. OLE color: 3521534.
HSL color Cylindrical-coordinate representation of color #FEBB35: hue angle of 40º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEBB35 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 53 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.00 |
| HSL | 40º | 0.99% | 0.6% | - |
| HSV(B) | 40º | 0.79% | 1% | - |
| XYZ | 59.29 | 56.87 | 11.22 | - |
| YUV | 191.76 | 49.7 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 53 | 0 | 0.26 | 0.79 | 0.00 | 40 | 0.99 | 0.6 |
| Hex | FE | BB | 35 | 0 | 1A | 4F | 0 | 28 | 63 | 3C |
| Octal | 376 | 273 | 65 | 0 | 32 | 117 | 0 | 50 | 143 | 74 |
| Binary | 11111110 | 10111011 | 110101 | 0 | 11010 | 1001111 | 0 | 101000 | 1100011 | 111100 |
Color Harmonies of #FEBB35
Complementary color
Monochromatic Colors of #FEBB35
Black with #FEBB35
Text Example
Text Example
White with #FEBB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB35; }
p { color: rgb(254,187,53); }
H1.HeaderClassName
{
color: #FEBB35;
}
.AnyTagClassName
{
color: #FEBB35;
}
</style>
background-color css
<style>
a { background-color: #FEBB35; }
a { background-color: rgb(254,187,53); }
div.DivClassName
{
background-color: #FEBB35;
}
.BgClassName
{
background-color: #FEBB35;
}
</style>
border-color css
<style>
span { border-color: #FEBB35; }
span { border-color: rgb(254,187,53); }
td.TdClassName
{
border-color: #FEBB35;
}
.TagClassName
{
border-color: #FEBB35;
}
</style>