Shades of Supernova #FDB93E
Tints of Supernova #FDB93E
RGB
CMYK
RGB Variations
Color information
#FDB93E (or 0xFDB93E) is known color: Supernova. HEX triplet: FD, B9 and 3E. RGB value is (253,185,62). Sum of RGB (Red+Green+Blue) = 253+185+62=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB93E is #0246C1. Grayscale: #BFBFBF. Windows color (decimal): -149186 or 4110845. OLE color: 4110845.
HSL color Cylindrical-coordinate representation of color #FDB93E: hue angle of 38.64º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDB93E is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 62 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.01 |
| HSL | 38.64º | 0.98% | 0.62% | - |
| HSV(B) | 38.64º | 0.75% | 0.99% | - |
| XYZ | 58.73 | 55.93 | 12.26 | - |
| YUV | 191.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 62 | 0 | 0.27 | 0.75 | 0.01 | 38.64 | 0.98 | 0.62 |
| Hex | FD | B9 | 3E | 0 | 1B | 4B | 1 | 27 | 62 | 3E |
| Octal | 375 | 271 | 76 | 0 | 33 | 113 | 1 | 47 | 142 | 76 |
| Binary | 11111101 | 10111001 | 111110 | 0 | 11011 | 1001011 | 1 | 100111 | 1100010 | 111110 |
Color Harmonies of #FDB93E
Complementary color
Monochromatic Colors of #FDB93E
Black with #FDB93E
Text Example
Text Example
White with #FDB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB93E; }
p { color: rgb(253,185,62); }
H1.HeaderClassName
{
color: #FDB93E;
}
.AnyTagClassName
{
color: #FDB93E;
}
</style>
background-color css
<style>
a { background-color: #FDB93E; }
a { background-color: rgb(253,185,62); }
div.DivClassName
{
background-color: #FDB93E;
}
.BgClassName
{
background-color: #FDB93E;
}
</style>
border-color css
<style>
span { border-color: #FDB93E; }
span { border-color: rgb(253,185,62); }
td.TdClassName
{
border-color: #FDB93E;
}
.TagClassName
{
border-color: #FDB93E;
}
</style>