Shades of Supernova #FCC041
Tints of Supernova #FCC041
RGB
CMYK
RGB Variations
Color information
#FCC041 (or 0xFCC041) is known color: Supernova. HEX triplet: FC, C0 and 41. RGB value is (252,192,65). Sum of RGB (Red+Green+Blue) = 252+192+65=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC041 is #033FBE. Grayscale: #C4C4C4. Windows color (decimal): -212927 or 4309244. OLE color: 4309244.
HSL color Cylindrical-coordinate representation of color #FCC041: hue angle of 40.75º 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 #FCC041 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.01 |
| HSL | 40.75º | 0.97% | 0.62% | - |
| HSV(B) | 40.75º | 0.74% | 0.99% | - |
| XYZ | 59.95 | 58.78 | 13.19 | - |
| YUV | 195.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 65 | 0 | 0.24 | 0.74 | 0.01 | 40.75 | 0.97 | 0.62 |
| Hex | FC | C0 | 41 | 0 | 18 | 4A | 1 | 29 | 61 | 3E |
| Octal | 374 | 300 | 101 | 0 | 30 | 112 | 1 | 51 | 141 | 76 |
| Binary | 11111100 | 11000000 | 1000001 | 0 | 11000 | 1001010 | 1 | 101001 | 1100001 | 111110 |
Color Harmonies of #FCC041
Complementary color
Monochromatic Colors of #FCC041
Black with #FCC041
Text Example
Text Example
White with #FCC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC041; }
p { color: rgb(252,192,65); }
H1.HeaderClassName
{
color: #FCC041;
}
.AnyTagClassName
{
color: #FCC041;
}
</style>
background-color css
<style>
a { background-color: #FCC041; }
a { background-color: rgb(252,192,65); }
div.DivClassName
{
background-color: #FCC041;
}
.BgClassName
{
background-color: #FCC041;
}
</style>
border-color css
<style>
span { border-color: #FCC041; }
span { border-color: rgb(252,192,65); }
td.TdClassName
{
border-color: #FCC041;
}
.TagClassName
{
border-color: #FCC041;
}
</style>