Shades of Supernova #FCBA3C
Tints of Supernova #FCBA3C
RGB
CMYK
RGB Variations
Color information
#FCBA3C (or 0xFCBA3C) is known color: Supernova. HEX triplet: FC, BA and 3C. RGB value is (252,186,60). Sum of RGB (Red+Green+Blue) = 252+186+60=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA3C is #0345C3. Grayscale: #BFBFBF. Windows color (decimal): -214468 or 3980028. OLE color: 3980028.
HSL color Cylindrical-coordinate representation of color #FCBA3C: hue angle of 39.38º 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 #FCBA3C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 60 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.01 |
| HSL | 39.38º | 0.97% | 0.61% | - |
| HSV(B) | 39.38º | 0.76% | 0.99% | - |
| XYZ | 58.52 | 56.14 | 12.03 | - |
| YUV | 191.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 60 | 0 | 0.26 | 0.76 | 0.01 | 39.38 | 0.97 | 0.61 |
| Hex | FC | BA | 3C | 0 | 1A | 4C | 1 | 27 | 61 | 3D |
| Octal | 374 | 272 | 74 | 0 | 32 | 114 | 1 | 47 | 141 | 75 |
| Binary | 11111100 | 10111010 | 111100 | 0 | 11010 | 1001100 | 1 | 100111 | 1100001 | 111101 |
Color Harmonies of #FCBA3C
Complementary color
Monochromatic Colors of #FCBA3C
Black with #FCBA3C
Text Example
Text Example
White with #FCBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA3C; }
p { color: rgb(252,186,60); }
H1.HeaderClassName
{
color: #FCBA3C;
}
.AnyTagClassName
{
color: #FCBA3C;
}
</style>
background-color css
<style>
a { background-color: #FCBA3C; }
a { background-color: rgb(252,186,60); }
div.DivClassName
{
background-color: #FCBA3C;
}
.BgClassName
{
background-color: #FCBA3C;
}
</style>
border-color css
<style>
span { border-color: #FCBA3C; }
span { border-color: rgb(252,186,60); }
td.TdClassName
{
border-color: #FCBA3C;
}
.TagClassName
{
border-color: #FCBA3C;
}
</style>