Shades of Supernova #FEB935
Tints of Supernova #FEB935
RGB
CMYK
RGB Variations
Color information
#FEB935 (or 0xFEB935) is known color: Supernova. HEX triplet: FE, B9 and 35. RGB value is (254,185,53). Sum of RGB (Red+Green+Blue) = 254+185+53=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB935 is #0146CA. Grayscale: #BFBFBF. Windows color (decimal): -83659 or 3521022. OLE color: 3521022.
HSL color Cylindrical-coordinate representation of color #FEB935: hue angle of 39.4º 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 #FEB935 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 53 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.00 |
| HSL | 39.4º | 0.99% | 0.6% | - |
| HSV(B) | 39.4º | 0.79% | 1% | - |
| XYZ | 58.86 | 56.03 | 11.08 | - |
| YUV | 190.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 53 | 0 | 0.27 | 0.79 | 0.00 | 39.4 | 0.99 | 0.6 |
| Hex | FE | B9 | 35 | 0 | 1B | 4F | 0 | 27 | 63 | 3C |
| Octal | 376 | 271 | 65 | 0 | 33 | 117 | 0 | 47 | 143 | 74 |
| Binary | 11111110 | 10111001 | 110101 | 0 | 11011 | 1001111 | 0 | 100111 | 1100011 | 111100 |
Color Harmonies of #FEB935
Complementary color
Monochromatic Colors of #FEB935
Black with #FEB935
Text Example
Text Example
White with #FEB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB935; }
p { color: rgb(254,185,53); }
H1.HeaderClassName
{
color: #FEB935;
}
.AnyTagClassName
{
color: #FEB935;
}
</style>
background-color css
<style>
a { background-color: #FEB935; }
a { background-color: rgb(254,185,53); }
div.DivClassName
{
background-color: #FEB935;
}
.BgClassName
{
background-color: #FEB935;
}
</style>
border-color css
<style>
span { border-color: #FEB935; }
span { border-color: rgb(254,185,53); }
td.TdClassName
{
border-color: #FEB935;
}
.TagClassName
{
border-color: #FEB935;
}
</style>