Shades of Supernova #FCC141
Tints of Supernova #FCC141
RGB
CMYK
RGB Variations
Color information
#FCC141 (or 0xFCC141) is known color: Supernova. HEX triplet: FC, C1 and 41. RGB value is (252,193,65). Sum of RGB (Red+Green+Blue) = 252+193+65=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC141 is #033EBE. Grayscale: #C4C4C4. Windows color (decimal): -212671 or 4309500. OLE color: 4309500.
HSL color Cylindrical-coordinate representation of color #FCC141: hue angle of 41.07º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC141 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 65 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.01 |
| HSL | 41.07º | 0.97% | 0.62% | - |
| HSV(B) | 41.07º | 0.74% | 0.99% | - |
| XYZ | 60.17 | 59.22 | 13.26 | - |
| YUV | 196.05 | 54.05 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 65 | 0 | 0.23 | 0.74 | 0.01 | 41.07 | 0.97 | 0.62 |
| Hex | FC | C1 | 41 | 0 | 17 | 4A | 1 | 29 | 61 | 3E |
| Octal | 374 | 301 | 101 | 0 | 27 | 112 | 1 | 51 | 141 | 76 |
| Binary | 11111100 | 11000001 | 1000001 | 0 | 10111 | 1001010 | 1 | 101001 | 1100001 | 111110 |
Color Harmonies of #FCC141
Complementary color
Monochromatic Colors of #FCC141
Black with #FCC141
Text Example
Text Example
White with #FCC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC141; }
p { color: rgb(252,193,65); }
H1.HeaderClassName
{
color: #FCC141;
}
.AnyTagClassName
{
color: #FCC141;
}
</style>
background-color css
<style>
a { background-color: #FCC141; }
a { background-color: rgb(252,193,65); }
div.DivClassName
{
background-color: #FCC141;
}
.BgClassName
{
background-color: #FCC141;
}
</style>
border-color css
<style>
span { border-color: #FCC141; }
span { border-color: rgb(252,193,65); }
td.TdClassName
{
border-color: #FCC141;
}
.TagClassName
{
border-color: #FCC141;
}
</style>