Shades of Supernova #FEB53D
Tints of Supernova #FEB53D
RGB
CMYK
RGB Variations
Color information
#FEB53D (or 0xFEB53D) is known color: Supernova. HEX triplet: FE, B5 and 3D. RGB value is (254,181,61). Sum of RGB (Red+Green+Blue) = 254+181+61=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB53D is #014AC2. Grayscale: #BDBDBD. Windows color (decimal): -84675 or 4044286. OLE color: 4044286.
HSL color Cylindrical-coordinate representation of color #FEB53D: hue angle of 37.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEB53D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 61 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.00 |
| HSL | 37.31º | 0.99% | 0.62% | - |
| HSV(B) | 37.31º | 0.76% | 1% | - |
| XYZ | 58.24 | 54.46 | 11.86 | - |
| YUV | 189.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 61 | 0 | 0.29 | 0.76 | 0.00 | 37.31 | 0.99 | 0.62 |
| Hex | FE | B5 | 3D | 0 | 1D | 4C | 0 | 25 | 63 | 3E |
| Octal | 376 | 265 | 75 | 0 | 35 | 114 | 0 | 45 | 143 | 76 |
| Binary | 11111110 | 10110101 | 111101 | 0 | 11101 | 1001100 | 0 | 100101 | 1100011 | 111110 |
Color Harmonies of #FEB53D
Complementary color
Monochromatic Colors of #FEB53D
Black with #FEB53D
Text Example
Text Example
White with #FEB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB53D; }
p { color: rgb(254,181,61); }
H1.HeaderClassName
{
color: #FEB53D;
}
.AnyTagClassName
{
color: #FEB53D;
}
</style>
background-color css
<style>
a { background-color: #FEB53D; }
a { background-color: rgb(254,181,61); }
div.DivClassName
{
background-color: #FEB53D;
}
.BgClassName
{
background-color: #FEB53D;
}
</style>
border-color css
<style>
span { border-color: #FEB53D; }
span { border-color: rgb(254,181,61); }
td.TdClassName
{
border-color: #FEB53D;
}
.TagClassName
{
border-color: #FEB53D;
}
</style>