Shades of Supernova #FCC140
Tints of Supernova #FCC140
RGB
CMYK
RGB Variations
Color information
#FCC140 (or 0xFCC140) is known color: Supernova. HEX triplet: FC, C1 and 40. RGB value is (252,193,64). Sum of RGB (Red+Green+Blue) = 252+193+64=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC140 is #033EBF. Grayscale: #C4C4C4. Windows color (decimal): -212672 or 4243964. OLE color: 4243964.
HSL color Cylindrical-coordinate representation of color #FCC140: hue angle of 41.17º degrees, saturation: 0.97, 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 #FCC140 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 64 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.01 |
| HSL | 41.17º | 0.97% | 0.62% | - |
| HSV(B) | 41.17º | 0.75% | 0.99% | - |
| XYZ | 60.14 | 59.21 | 13.11 | - |
| YUV | 195.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 64 | 0 | 0.23 | 0.75 | 0.01 | 41.17 | 0.97 | 0.62 |
| Hex | FC | C1 | 40 | 0 | 17 | 4B | 1 | 29 | 61 | 3E |
| Octal | 374 | 301 | 100 | 0 | 27 | 113 | 1 | 51 | 141 | 76 |
| Binary | 11111100 | 11000001 | 1000000 | 0 | 10111 | 1001011 | 1 | 101001 | 1100001 | 111110 |
Color Harmonies of #FCC140
Complementary color
Monochromatic Colors of #FCC140
Black with #FCC140
Text Example
Text Example
White with #FCC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC140; }
p { color: rgb(252,193,64); }
H1.HeaderClassName
{
color: #FCC140;
}
.AnyTagClassName
{
color: #FCC140;
}
</style>
background-color css
<style>
a { background-color: #FCC140; }
a { background-color: rgb(252,193,64); }
div.DivClassName
{
background-color: #FCC140;
}
.BgClassName
{
background-color: #FCC140;
}
</style>
border-color css
<style>
span { border-color: #FCC140; }
span { border-color: rgb(252,193,64); }
td.TdClassName
{
border-color: #FCC140;
}
.TagClassName
{
border-color: #FCC140;
}
</style>