Shades of Supernova #FDB32E
Tints of Supernova #FDB32E
RGB
CMYK
RGB Variations
Color information
#FDB32E (or 0xFDB32E) is known color: Supernova. HEX triplet: FD, B3 and 2E. RGB value is (253,179,46). Sum of RGB (Red+Green+Blue) = 253+179+46=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB32E is #024CD1. Grayscale: #BABABA. Windows color (decimal): -150738 or 3060733. OLE color: 3060733.
HSL color Cylindrical-coordinate representation of color #FDB32E: hue angle of 38.55º 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 #FDB32E is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 46 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.01 |
| HSL | 38.55º | 0.98% | 0.59% | - |
| HSV(B) | 38.55º | 0.82% | 0.99% | - |
| XYZ | 57.12 | 53.32 | 9.87 | - |
| YUV | 185.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 46 | 0 | 0.29 | 0.82 | 0.01 | 38.55 | 0.98 | 0.59 |
| Hex | FD | B3 | 2E | 0 | 1D | 52 | 1 | 27 | 62 | 3B |
| Octal | 375 | 263 | 56 | 0 | 35 | 122 | 1 | 47 | 142 | 73 |
| Binary | 11111101 | 10110011 | 101110 | 0 | 11101 | 1010010 | 1 | 100111 | 1100010 | 111011 |
Color Harmonies of #FDB32E
Complementary color
Monochromatic Colors of #FDB32E
Black with #FDB32E
Text Example
Text Example
White with #FDB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB32E; }
p { color: rgb(253,179,46); }
H1.HeaderClassName
{
color: #FDB32E;
}
.AnyTagClassName
{
color: #FDB32E;
}
</style>
background-color css
<style>
a { background-color: #FDB32E; }
a { background-color: rgb(253,179,46); }
div.DivClassName
{
background-color: #FDB32E;
}
.BgClassName
{
background-color: #FDB32E;
}
</style>
border-color css
<style>
span { border-color: #FDB32E; }
span { border-color: rgb(253,179,46); }
td.TdClassName
{
border-color: #FDB32E;
}
.TagClassName
{
border-color: #FDB32E;
}
</style>