Shades of Supernova #FCB63A
Tints of Supernova #FCB63A
RGB
CMYK
RGB Variations
Color information
#FCB63A (or 0xFCB63A) is known color: Supernova. HEX triplet: FC, B6 and 3A. RGB value is (252,182,58). Sum of RGB (Red+Green+Blue) = 252+182+58=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB63A is #0349C5. Grayscale: #BDBDBD. Windows color (decimal): -215494 or 3847932. OLE color: 3847932.
HSL color Cylindrical-coordinate representation of color #FCB63A: hue angle of 38.35º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCB63A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 58 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.01 |
| HSL | 38.35º | 0.97% | 0.61% | - |
| HSV(B) | 38.35º | 0.77% | 0.99% | - |
| XYZ | 57.64 | 54.46 | 11.48 | - |
| YUV | 188.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 58 | 0 | 0.28 | 0.77 | 0.01 | 38.35 | 0.97 | 0.61 |
| Hex | FC | B6 | 3A | 0 | 1C | 4D | 1 | 26 | 61 | 3D |
| Octal | 374 | 266 | 72 | 0 | 34 | 115 | 1 | 46 | 141 | 75 |
| Binary | 11111100 | 10110110 | 111010 | 0 | 11100 | 1001101 | 1 | 100110 | 1100001 | 111101 |
Color Harmonies of #FCB63A
Complementary color
Monochromatic Colors of #FCB63A
Black with #FCB63A
Text Example
Text Example
White with #FCB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB63A; }
p { color: rgb(252,182,58); }
H1.HeaderClassName
{
color: #FCB63A;
}
.AnyTagClassName
{
color: #FCB63A;
}
</style>
background-color css
<style>
a { background-color: #FCB63A; }
a { background-color: rgb(252,182,58); }
div.DivClassName
{
background-color: #FCB63A;
}
.BgClassName
{
background-color: #FCB63A;
}
</style>
border-color css
<style>
span { border-color: #FCB63A; }
span { border-color: rgb(252,182,58); }
td.TdClassName
{
border-color: #FCB63A;
}
.TagClassName
{
border-color: #FCB63A;
}
</style>