Shades of Supernova #FCB63D
Tints of Supernova #FCB63D
RGB
CMYK
RGB Variations
Color information
#FCB63D (or 0xFCB63D) is known color: Supernova. HEX triplet: FC, B6 and 3D. RGB value is (252,182,61). Sum of RGB (Red+Green+Blue) = 252+182+61=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB63D is #0349C2. Grayscale: #BDBDBD. Windows color (decimal): -215491 or 4044540. OLE color: 4044540.
HSL color Cylindrical-coordinate representation of color #FCB63D: hue angle of 38.01º 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 #FCB63D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 61 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.01 |
| HSL | 38.01º | 0.97% | 0.61% | - |
| HSV(B) | 38.01º | 0.76% | 0.99% | - |
| XYZ | 57.72 | 54.49 | 11.89 | - |
| YUV | 189.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 61 | 0 | 0.28 | 0.76 | 0.01 | 38.01 | 0.97 | 0.61 |
| Hex | FC | B6 | 3D | 0 | 1C | 4C | 1 | 26 | 61 | 3D |
| Octal | 374 | 266 | 75 | 0 | 34 | 114 | 1 | 46 | 141 | 75 |
| Binary | 11111100 | 10110110 | 111101 | 0 | 11100 | 1001100 | 1 | 100110 | 1100001 | 111101 |
Color Harmonies of #FCB63D
Complementary color
Monochromatic Colors of #FCB63D
Black with #FCB63D
Text Example
Text Example
White with #FCB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB63D; }
p { color: rgb(252,182,61); }
H1.HeaderClassName
{
color: #FCB63D;
}
.AnyTagClassName
{
color: #FCB63D;
}
</style>
background-color css
<style>
a { background-color: #FCB63D; }
a { background-color: rgb(252,182,61); }
div.DivClassName
{
background-color: #FCB63D;
}
.BgClassName
{
background-color: #FCB63D;
}
</style>
border-color css
<style>
span { border-color: #FCB63D; }
span { border-color: rgb(252,182,61); }
td.TdClassName
{
border-color: #FCB63D;
}
.TagClassName
{
border-color: #FCB63D;
}
</style>