Shades of Supernova #FDB92E
Tints of Supernova #FDB92E
RGB
CMYK
RGB Variations
Color information
#FDB92E (or 0xFDB92E) is known color: Supernova. HEX triplet: FD, B9 and 2E. RGB value is (253,185,46). Sum of RGB (Red+Green+Blue) = 253+185+46=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB92E is #0246D1. Grayscale: #BEBEBE. Windows color (decimal): -149202 or 3062269. OLE color: 3062269.
HSL color Cylindrical-coordinate representation of color #FDB92E: hue angle of 40.29º 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 #FDB92E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 46 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.01 |
| HSL | 40.29º | 0.98% | 0.59% | - |
| HSV(B) | 40.29º | 0.82% | 0.99% | - |
| XYZ | 58.35 | 55.78 | 10.28 | - |
| YUV | 189.49 | 47.03 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 46 | 0 | 0.27 | 0.82 | 0.01 | 40.29 | 0.98 | 0.59 |
| Hex | FD | B9 | 2E | 0 | 1B | 52 | 1 | 28 | 62 | 3B |
| Octal | 375 | 271 | 56 | 0 | 33 | 122 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10111001 | 101110 | 0 | 11011 | 1010010 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB92E
Complementary color
Monochromatic Colors of #FDB92E
Black with #FDB92E
Text Example
Text Example
White with #FDB92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB92E; }
p { color: rgb(253,185,46); }
H1.HeaderClassName
{
color: #FDB92E;
}
.AnyTagClassName
{
color: #FDB92E;
}
</style>
background-color css
<style>
a { background-color: #FDB92E; }
a { background-color: rgb(253,185,46); }
div.DivClassName
{
background-color: #FDB92E;
}
.BgClassName
{
background-color: #FDB92E;
}
</style>
border-color css
<style>
span { border-color: #FDB92E; }
span { border-color: rgb(253,185,46); }
td.TdClassName
{
border-color: #FDB92E;
}
.TagClassName
{
border-color: #FDB92E;
}
</style>