Shades of Supernova #FDC13F
Tints of Supernova #FDC13F
RGB
CMYK
RGB Variations
Color information
#FDC13F (or 0xFDC13F) is known color: Supernova. HEX triplet: FD, C1 and 3F. RGB value is (253,193,63). Sum of RGB (Red+Green+Blue) = 253+193+63=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC13F is #023EC0. Grayscale: #C4C4C4. Windows color (decimal): -147137 or 4178429. OLE color: 4178429.
HSL color Cylindrical-coordinate representation of color #FDC13F: hue angle of 41.05º 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 #FDC13F is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 63 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.01 |
| HSL | 41.05º | 0.98% | 0.62% | - |
| HSV(B) | 41.05º | 0.75% | 0.99% | - |
| XYZ | 60.48 | 59.38 | 12.98 | - |
| YUV | 196.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 63 | 0 | 0.24 | 0.75 | 0.01 | 41.05 | 0.98 | 0.62 |
| Hex | FD | C1 | 3F | 0 | 18 | 4B | 1 | 29 | 62 | 3E |
| Octal | 375 | 301 | 77 | 0 | 30 | 113 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 11000001 | 111111 | 0 | 11000 | 1001011 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDC13F
Complementary color
Monochromatic Colors of #FDC13F
Black with #FDC13F
Text Example
Text Example
White with #FDC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC13F; }
p { color: rgb(253,193,63); }
H1.HeaderClassName
{
color: #FDC13F;
}
.AnyTagClassName
{
color: #FDC13F;
}
</style>
background-color css
<style>
a { background-color: #FDC13F; }
a { background-color: rgb(253,193,63); }
div.DivClassName
{
background-color: #FDC13F;
}
.BgClassName
{
background-color: #FDC13F;
}
</style>
border-color css
<style>
span { border-color: #FDC13F; }
span { border-color: rgb(253,193,63); }
td.TdClassName
{
border-color: #FDC13F;
}
.TagClassName
{
border-color: #FDC13F;
}
</style>