Shades of Supernova #FEB82D
Tints of Supernova #FEB82D
RGB
CMYK
RGB Variations
Color information
#FEB82D (or 0xFEB82D) is known color: Supernova. HEX triplet: FE, B8 and 2D. RGB value is (254,184,45). Sum of RGB (Red+Green+Blue) = 254+184+45=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB82D is #0147D2. Grayscale: #BDBDBD. Windows color (decimal): -83923 or 2996478. OLE color: 2996478.
HSL color Cylindrical-coordinate representation of color #FEB82D: hue angle of 39.9º 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 #FEB82D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 45 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.00 |
| HSL | 39.9º | 0.99% | 0.59% | - |
| HSV(B) | 39.9º | 0.82% | 1% | - |
| XYZ | 58.49 | 55.54 | 10.12 | - |
| YUV | 189.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 45 | 0 | 0.28 | 0.82 | 0.00 | 39.9 | 0.99 | 0.59 |
| Hex | FE | B8 | 2D | 0 | 1C | 52 | 0 | 28 | 63 | 3B |
| Octal | 376 | 270 | 55 | 0 | 34 | 122 | 0 | 50 | 143 | 73 |
| Binary | 11111110 | 10111000 | 101101 | 0 | 11100 | 1010010 | 0 | 101000 | 1100011 | 111011 |
Color Harmonies of #FEB82D
Complementary color
Monochromatic Colors of #FEB82D
Black with #FEB82D
Text Example
Text Example
White with #FEB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB82D; }
p { color: rgb(254,184,45); }
H1.HeaderClassName
{
color: #FEB82D;
}
.AnyTagClassName
{
color: #FEB82D;
}
</style>
background-color css
<style>
a { background-color: #FEB82D; }
a { background-color: rgb(254,184,45); }
div.DivClassName
{
background-color: #FEB82D;
}
.BgClassName
{
background-color: #FEB82D;
}
</style>
border-color css
<style>
span { border-color: #FEB82D; }
span { border-color: rgb(254,184,45); }
td.TdClassName
{
border-color: #FEB82D;
}
.TagClassName
{
border-color: #FEB82D;
}
</style>