Shades of Supernova #FDC140
Tints of Supernova #FDC140
RGB
CMYK
RGB Variations
Color information
#FDC140 (or 0xFDC140) is known color: Supernova. HEX triplet: FD, C1 and 40. RGB value is (253,193,64). Sum of RGB (Red+Green+Blue) = 253+193+64=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC140 is #023EBF. Grayscale: #C4C4C4. Windows color (decimal): -147136 or 4243965. OLE color: 4243965.
HSL color Cylindrical-coordinate representation of color #FDC140: hue angle of 40.95º 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 #FDC140 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 64 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.01 |
| HSL | 40.95º | 0.98% | 0.62% | - |
| HSV(B) | 40.95º | 0.75% | 0.99% | - |
| XYZ | 60.5 | 59.39 | 13.13 | - |
| YUV | 196.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 64 | 0 | 0.24 | 0.75 | 0.01 | 40.95 | 0.98 | 0.62 |
| Hex | FD | C1 | 40 | 0 | 18 | 4B | 1 | 29 | 62 | 3E |
| Octal | 375 | 301 | 100 | 0 | 30 | 113 | 1 | 51 | 142 | 76 |
| Binary | 11111101 | 11000001 | 1000000 | 0 | 11000 | 1001011 | 1 | 101001 | 1100010 | 111110 |
Color Harmonies of #FDC140
Complementary color
Monochromatic Colors of #FDC140
Black with #FDC140
Text Example
Text Example
White with #FDC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC140; }
p { color: rgb(253,193,64); }
H1.HeaderClassName
{
color: #FDC140;
}
.AnyTagClassName
{
color: #FDC140;
}
</style>
background-color css
<style>
a { background-color: #FDC140; }
a { background-color: rgb(253,193,64); }
div.DivClassName
{
background-color: #FDC140;
}
.BgClassName
{
background-color: #FDC140;
}
</style>
border-color css
<style>
span { border-color: #FDC140; }
span { border-color: rgb(253,193,64); }
td.TdClassName
{
border-color: #FDC140;
}
.TagClassName
{
border-color: #FDC140;
}
</style>