Shades of Supernova #FEB52D
Tints of Supernova #FEB52D
RGB
CMYK
RGB Variations
Color information
#FEB52D (or 0xFEB52D) is known color: Supernova. HEX triplet: FE, B5 and 2D. RGB value is (254,181,45). Sum of RGB (Red+Green+Blue) = 254+181+45=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB52D is #014AD2. Grayscale: #BBBBBB. Windows color (decimal): -84691 or 2995710. OLE color: 2995710.
HSL color Cylindrical-coordinate representation of color #FEB52D: hue angle of 39.04º 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 #FEB52D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 45 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.00 |
| HSL | 39.04º | 0.99% | 0.59% | - |
| HSV(B) | 39.04º | 0.82% | 1% | - |
| XYZ | 57.87 | 54.31 | 9.92 | - |
| YUV | 187.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 45 | 0 | 0.29 | 0.82 | 0.00 | 39.04 | 0.99 | 0.59 |
| Hex | FE | B5 | 2D | 0 | 1D | 52 | 0 | 27 | 63 | 3B |
| Octal | 376 | 265 | 55 | 0 | 35 | 122 | 0 | 47 | 143 | 73 |
| Binary | 11111110 | 10110101 | 101101 | 0 | 11101 | 1010010 | 0 | 100111 | 1100011 | 111011 |
Color Harmonies of #FEB52D
Complementary color
Monochromatic Colors of #FEB52D
Black with #FEB52D
Text Example
Text Example
White with #FEB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB52D; }
p { color: rgb(254,181,45); }
H1.HeaderClassName
{
color: #FEB52D;
}
.AnyTagClassName
{
color: #FEB52D;
}
</style>
background-color css
<style>
a { background-color: #FEB52D; }
a { background-color: rgb(254,181,45); }
div.DivClassName
{
background-color: #FEB52D;
}
.BgClassName
{
background-color: #FEB52D;
}
</style>
border-color css
<style>
span { border-color: #FEB52D; }
span { border-color: rgb(254,181,45); }
td.TdClassName
{
border-color: #FEB52D;
}
.TagClassName
{
border-color: #FEB52D;
}
</style>