Shades of Supernova #FDC03D
Tints of Supernova #FDC03D
RGB
CMYK
RGB Variations
Color information
#FDC03D (or 0xFDC03D) is known color: Supernova. HEX triplet: FD, C0 and 3D. RGB value is (253,192,61). Sum of RGB (Red+Green+Blue) = 253+192+61=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC03D is #023FC2. Grayscale: #C3C3C3. Windows color (decimal): -147395 or 4047101. OLE color: 4047101.
HSL color Cylindrical-coordinate representation of color #FDC03D: hue angle of 40.94º 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 #FDC03D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 61 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.01 |
| HSL | 40.94º | 0.98% | 0.62% | - |
| HSV(B) | 40.94º | 0.76% | 0.99% | - |
| XYZ | 60.2 | 58.92 | 12.61 | - |
| YUV | 195.31 | 52.21 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 61 | 0 | 0.24 | 0.76 | 0.01 | 40.94 | 0.98 | 0.62 |
| Hex | FD | C0 | 3D | 0 | 18 | 4C | 1 | 29 | 62 | 3E |
| Octal | 375 | 300 | 75 | 0 | 30 | 114 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 11000000 | 111101 | 0 | 11000 | 1001100 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDC03D
Complementary color
Monochromatic Colors of #FDC03D
Black with #FDC03D
Text Example
Text Example
White with #FDC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC03D; }
p { color: rgb(253,192,61); }
H1.HeaderClassName
{
color: #FDC03D;
}
.AnyTagClassName
{
color: #FDC03D;
}
</style>
background-color css
<style>
a { background-color: #FDC03D; }
a { background-color: rgb(253,192,61); }
div.DivClassName
{
background-color: #FDC03D;
}
.BgClassName
{
background-color: #FDC03D;
}
</style>
border-color css
<style>
span { border-color: #FDC03D; }
span { border-color: rgb(253,192,61); }
td.TdClassName
{
border-color: #FDC03D;
}
.TagClassName
{
border-color: #FDC03D;
}
</style>