Shades of Supernova #FDC13D
Tints of Supernova #FDC13D
RGB
CMYK
RGB Variations
Color information
#FDC13D (or 0xFDC13D) is known color: Supernova. HEX triplet: FD, C1 and 3D. RGB value is (253,193,61). Sum of RGB (Red+Green+Blue) = 253+193+61=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC13D is #023EC2. Grayscale: #C4C4C4. Windows color (decimal): -147139 or 4047357. OLE color: 4047357.
HSL color Cylindrical-coordinate representation of color #FDC13D: hue angle of 41.25º 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 #FDC13D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 61 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.01 |
| HSL | 41.25º | 0.98% | 0.62% | - |
| HSV(B) | 41.25º | 0.76% | 0.99% | - |
| XYZ | 60.42 | 59.36 | 12.69 | - |
| YUV | 195.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 61 | 0 | 0.24 | 0.76 | 0.01 | 41.25 | 0.98 | 0.62 |
| Hex | FD | C1 | 3D | 0 | 18 | 4C | 1 | 29 | 62 | 3E |
| Octal | 375 | 301 | 75 | 0 | 30 | 114 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 11000001 | 111101 | 0 | 11000 | 1001100 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDC13D
Complementary color
Monochromatic Colors of #FDC13D
Black with #FDC13D
Text Example
Text Example
White with #FDC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC13D; }
p { color: rgb(253,193,61); }
H1.HeaderClassName
{
color: #FDC13D;
}
.AnyTagClassName
{
color: #FDC13D;
}
</style>
background-color css
<style>
a { background-color: #FDC13D; }
a { background-color: rgb(253,193,61); }
div.DivClassName
{
background-color: #FDC13D;
}
.BgClassName
{
background-color: #FDC13D;
}
</style>
border-color css
<style>
span { border-color: #FDC13D; }
span { border-color: rgb(253,193,61); }
td.TdClassName
{
border-color: #FDC13D;
}
.TagClassName
{
border-color: #FDC13D;
}
</style>