Shades of Supernova #FDB93D
Tints of Supernova #FDB93D
RGB
CMYK
RGB Variations
Color information
#FDB93D (or 0xFDB93D) is known color: Supernova. HEX triplet: FD, B9 and 3D. RGB value is (253,185,61). Sum of RGB (Red+Green+Blue) = 253+185+61=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB93D is #0246C2. Grayscale: #BFBFBF. Windows color (decimal): -149187 or 4045309. OLE color: 4045309.
HSL color Cylindrical-coordinate representation of color #FDB93D: hue angle of 38.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDB93D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.01 |
| HSL | 38.75º | 0.98% | 0.62% | - |
| HSV(B) | 38.75º | 0.76% | 0.99% | - |
| XYZ | 58.7 | 55.92 | 12.11 | - |
| YUV | 191.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 61 | 0 | 0.27 | 0.76 | 0.01 | 38.75 | 0.98 | 0.62 |
| Hex | FD | B9 | 3D | 0 | 1B | 4C | 1 | 27 | 62 | 3E |
| Octal | 375 | 271 | 75 | 0 | 33 | 114 | 1 | 47 | 142 | 76 |
| Binary | 11111101 | 10111001 | 111101 | 0 | 11011 | 1001100 | 1 | 100111 | 1100010 | 111110 |
Color Harmonies of #FDB93D
Complementary color
Monochromatic Colors of #FDB93D
Black with #FDB93D
Text Example
Text Example
White with #FDB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB93D; }
p { color: rgb(253,185,61); }
H1.HeaderClassName
{
color: #FDB93D;
}
.AnyTagClassName
{
color: #FDB93D;
}
</style>
background-color css
<style>
a { background-color: #FDB93D; }
a { background-color: rgb(253,185,61); }
div.DivClassName
{
background-color: #FDB93D;
}
.BgClassName
{
background-color: #FDB93D;
}
</style>
border-color css
<style>
span { border-color: #FDB93D; }
span { border-color: rgb(253,185,61); }
td.TdClassName
{
border-color: #FDB93D;
}
.TagClassName
{
border-color: #FDB93D;
}
</style>