Shades of Supernova #FDC03A
Tints of Supernova #FDC03A
RGB
CMYK
RGB Variations
Color information
#FDC03A (or 0xFDC03A) is known color: Supernova. HEX triplet: FD, C0 and 3A. RGB value is (253,192,58). Sum of RGB (Red+Green+Blue) = 253+192+58=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC03A is #023FC5. Grayscale: #C3C3C3. Windows color (decimal): -147398 or 3850493. OLE color: 3850493.
HSL color Cylindrical-coordinate representation of color #FDC03A: hue angle of 41.23º 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 #FDC03A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 58 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.01 |
| HSL | 41.23º | 0.98% | 0.61% | - |
| HSV(B) | 41.23º | 0.77% | 0.99% | - |
| XYZ | 60.12 | 58.89 | 12.2 | - |
| YUV | 194.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 58 | 0 | 0.24 | 0.77 | 0.01 | 41.23 | 0.98 | 0.61 |
| Hex | FD | C0 | 3A | 0 | 18 | 4D | 1 | 29 | 62 | 3D |
| Octal | 375 | 300 | 72 | 0 | 30 | 115 | 1 | 51 | 142 | 75 |
| Binary | 11111101 | 11000000 | 111010 | 0 | 11000 | 1001101 | 1 | 101001 | 1100010 | 111101 |
Color Harmonies of #FDC03A
Complementary color
Monochromatic Colors of #FDC03A
Black with #FDC03A
Text Example
Text Example
White with #FDC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC03A; }
p { color: rgb(253,192,58); }
H1.HeaderClassName
{
color: #FDC03A;
}
.AnyTagClassName
{
color: #FDC03A;
}
</style>
background-color css
<style>
a { background-color: #FDC03A; }
a { background-color: rgb(253,192,58); }
div.DivClassName
{
background-color: #FDC03A;
}
.BgClassName
{
background-color: #FDC03A;
}
</style>
border-color css
<style>
span { border-color: #FDC03A; }
span { border-color: rgb(253,192,58); }
td.TdClassName
{
border-color: #FDC03A;
}
.TagClassName
{
border-color: #FDC03A;
}
</style>