Shades of Supernova #FEB52E
Tints of Supernova #FEB52E
RGB
CMYK
RGB Variations
Color information
#FEB52E (or 0xFEB52E) is known color: Supernova. HEX triplet: FE, B5 and 2E. RGB value is (254,181,46). Sum of RGB (Red+Green+Blue) = 254+181+46=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB52E is #014AD1. Grayscale: #BCBCBC. Windows color (decimal): -84690 or 3061246. OLE color: 3061246.
HSL color Cylindrical-coordinate representation of color #FEB52E: hue angle of 38.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEB52E is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 181 | 46 | - |
CMYK | 0 | 0.29 | 0.82 | 0.00 |
HSL | 38.94º | 0.99% | 0.59% | - |
HSV(B) | 38.94º | 0.82% | 1% | - |
XYZ | 57.89 | 54.32 | 10.02 | - |
YUV | 187.44 | 48.18 | 175.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 181 | 46 | 0 | 0.29 | 0.82 | 0.00 | 38.94 | 0.99 | 0.59 |
Hex | FE | B5 | 2E | 0 | 1D | 52 | 0 | 27 | 63 | 3B |
Octal | 376 | 265 | 56 | 0 | 35 | 122 | 0 | 47 | 143 | 73 |
Binary | 11111110 | 10110101 | 101110 | 0 | 11101 | 1010010 | 0 | 100111 | 1100011 | 111011 |
Color Harmonies of #FEB52E
Complementary color
Monochromatic Colors of #FEB52E
Black with #FEB52E
Text Example
Text Example
White with #FEB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB52E; }
p { color: rgb(254,181,46); }
H1.HeaderClassName
{
color: #FEB52E;
}
.AnyTagClassName
{
color: #FEB52E;
}
</style>
background-color css
<style>
a { background-color: #FEB52E; }
a { background-color: rgb(254,181,46); }
div.DivClassName
{
background-color: #FEB52E;
}
.BgClassName
{
background-color: #FEB52E;
}
</style>
border-color css
<style>
span { border-color: #FEB52E; }
span { border-color: rgb(254,181,46); }
td.TdClassName
{
border-color: #FEB52E;
}
.TagClassName
{
border-color: #FEB52E;
}
</style>