Shades of Supernova #FCB63C
Tints of Supernova #FCB63C
RGB
CMYK
RGB Variations
Color information
#FCB63C (or 0xFCB63C) is known color: Supernova. HEX triplet: FC, B6 and 3C. RGB value is (252,182,60). Sum of RGB (Red+Green+Blue) = 252+182+60=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB63C is #0349C3. Grayscale: #BDBDBD. Windows color (decimal): -215492 or 3979004. OLE color: 3979004.
HSL color Cylindrical-coordinate representation of color #FCB63C: hue angle of 38.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCB63C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 60 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.01 |
| HSL | 38.13º | 0.97% | 0.61% | - |
| HSV(B) | 38.13º | 0.76% | 0.99% | - |
| XYZ | 57.69 | 54.48 | 11.75 | - |
| YUV | 189.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 60 | 0 | 0.28 | 0.76 | 0.01 | 38.13 | 0.97 | 0.61 |
| Hex | FC | B6 | 3C | 0 | 1C | 4C | 1 | 26 | 61 | 3D |
| Octal | 374 | 266 | 74 | 0 | 34 | 114 | 1 | 46 | 141 | 75 |
| Binary | 11111100 | 10110110 | 111100 | 0 | 11100 | 1001100 | 1 | 100110 | 1100001 | 111101 |
Color Harmonies of #FCB63C
Complementary color
Monochromatic Colors of #FCB63C
Black with #FCB63C
Text Example
Text Example
White with #FCB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB63C; }
p { color: rgb(252,182,60); }
H1.HeaderClassName
{
color: #FCB63C;
}
.AnyTagClassName
{
color: #FCB63C;
}
</style>
background-color css
<style>
a { background-color: #FCB63C; }
a { background-color: rgb(252,182,60); }
div.DivClassName
{
background-color: #FCB63C;
}
.BgClassName
{
background-color: #FCB63C;
}
</style>
border-color css
<style>
span { border-color: #FCB63C; }
span { border-color: rgb(252,182,60); }
td.TdClassName
{
border-color: #FCB63C;
}
.TagClassName
{
border-color: #FCB63C;
}
</style>