Shades of Supernova #FDC13E
Tints of Supernova #FDC13E
RGB
CMYK
RGB Variations
Color information
#FDC13E (or 0xFDC13E) is known color: Supernova. HEX triplet: FD, C1 and 3E. RGB value is (253,193,62). Sum of RGB (Red+Green+Blue) = 253+193+62=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC13E is #023EC1. Grayscale: #C4C4C4. Windows color (decimal): -147138 or 4112893. OLE color: 4112893.
HSL color Cylindrical-coordinate representation of color #FDC13E: hue angle of 41.15º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDC13E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 62 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.01 |
| HSL | 41.15º | 0.98% | 0.62% | - |
| HSV(B) | 41.15º | 0.75% | 0.99% | - |
| XYZ | 60.45 | 59.37 | 12.83 | - |
| YUV | 196.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 62 | 0 | 0.24 | 0.75 | 0.01 | 41.15 | 0.98 | 0.62 |
| Hex | FD | C1 | 3E | 0 | 18 | 4B | 1 | 29 | 62 | 3E |
| Octal | 375 | 301 | 76 | 0 | 30 | 113 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 11000001 | 111110 | 0 | 11000 | 1001011 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDC13E
Complementary color
Monochromatic Colors of #FDC13E
Black with #FDC13E
Text Example
Text Example
White with #FDC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC13E; }
p { color: rgb(253,193,62); }
H1.HeaderClassName
{
color: #FDC13E;
}
.AnyTagClassName
{
color: #FDC13E;
}
</style>
background-color css
<style>
a { background-color: #FDC13E; }
a { background-color: rgb(253,193,62); }
div.DivClassName
{
background-color: #FDC13E;
}
.BgClassName
{
background-color: #FDC13E;
}
</style>
border-color css
<style>
span { border-color: #FDC13E; }
span { border-color: rgb(253,193,62); }
td.TdClassName
{
border-color: #FDC13E;
}
.TagClassName
{
border-color: #FDC13E;
}
</style>