Shades of Supernova #FDB63B
Tints of Supernova #FDB63B
RGB
CMYK
RGB Variations
Color information
#FDB63B (or 0xFDB63B) is known color: Supernova. HEX triplet: FD, B6 and 3B. RGB value is (253,182,59). Sum of RGB (Red+Green+Blue) = 253+182+59=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB63B is #0249C4. Grayscale: #BDBDBD. Windows color (decimal): -149957 or 3913469. OLE color: 3913469.
HSL color Cylindrical-coordinate representation of color #FDB63B: hue angle of 38.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDB63B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 59 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.01 |
| HSL | 38.04º | 0.98% | 0.61% | - |
| HSV(B) | 38.04º | 0.77% | 0.99% | - |
| XYZ | 58.03 | 54.65 | 11.63 | - |
| YUV | 189.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 59 | 0 | 0.28 | 0.77 | 0.01 | 38.04 | 0.98 | 0.61 |
| Hex | FD | B6 | 3B | 0 | 1C | 4D | 1 | 26 | 62 | 3D |
| Octal | 375 | 266 | 73 | 0 | 34 | 115 | 1 | 46 | 142 | 75 |
| Binary | 11111101 | 10110110 | 111011 | 0 | 11100 | 1001101 | 1 | 100110 | 1100010 | 111101 |
Color Harmonies of #FDB63B
Complementary color
Monochromatic Colors of #FDB63B
Black with #FDB63B
Text Example
Text Example
White with #FDB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB63B; }
p { color: rgb(253,182,59); }
H1.HeaderClassName
{
color: #FDB63B;
}
.AnyTagClassName
{
color: #FDB63B;
}
</style>
background-color css
<style>
a { background-color: #FDB63B; }
a { background-color: rgb(253,182,59); }
div.DivClassName
{
background-color: #FDB63B;
}
.BgClassName
{
background-color: #FDB63B;
}
</style>
border-color css
<style>
span { border-color: #FDB63B; }
span { border-color: rgb(253,182,59); }
td.TdClassName
{
border-color: #FDB63B;
}
.TagClassName
{
border-color: #FDB63B;
}
</style>