Shades of Supernova #FDB82E
Tints of Supernova #FDB82E
RGB
CMYK
RGB Variations
Color information
#FDB82E (or 0xFDB82E) is known color: Supernova. HEX triplet: FD, B8 and 2E. RGB value is (253,184,46). Sum of RGB (Red+Green+Blue) = 253+184+46=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB82E is #0247D1. Grayscale: #BDBDBD. Windows color (decimal): -149458 or 3062013. OLE color: 3062013.
HSL color Cylindrical-coordinate representation of color #FDB82E: hue angle of 40º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB82E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 46 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.01 |
| HSL | 40º | 0.98% | 0.59% | - |
| HSV(B) | 40º | 0.82% | 0.99% | - |
| XYZ | 58.14 | 55.36 | 10.21 | - |
| YUV | 188.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 46 | 0 | 0.27 | 0.82 | 0.01 | 40 | 0.98 | 0.59 |
| Hex | FD | B8 | 2E | 0 | 1B | 52 | 1 | 28 | 62 | 3B |
| Octal | 375 | 270 | 56 | 0 | 33 | 122 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111000 | 101110 | 0 | 11011 | 1010010 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB82E
Complementary color
Monochromatic Colors of #FDB82E
Black with #FDB82E
Text Example
Text Example
White with #FDB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB82E; }
p { color: rgb(253,184,46); }
H1.HeaderClassName
{
color: #FDB82E;
}
.AnyTagClassName
{
color: #FDB82E;
}
</style>
background-color css
<style>
a { background-color: #FDB82E; }
a { background-color: rgb(253,184,46); }
div.DivClassName
{
background-color: #FDB82E;
}
.BgClassName
{
background-color: #FDB82E;
}
</style>
border-color css
<style>
span { border-color: #FDB82E; }
span { border-color: rgb(253,184,46); }
td.TdClassName
{
border-color: #FDB82E;
}
.TagClassName
{
border-color: #FDB82E;
}
</style>