Shades of Supernova #FCBA3F
Tints of Supernova #FCBA3F
RGB
CMYK
RGB Variations
Color information
#FCBA3F (or 0xFCBA3F) is known color: Supernova. HEX triplet: FC, BA and 3F. RGB value is (252,186,63). Sum of RGB (Red+Green+Blue) = 252+186+63=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA3F is #0345C0. Grayscale: #C0C0C0. Windows color (decimal): -214465 or 4176636. OLE color: 4176636.
HSL color Cylindrical-coordinate representation of color #FCBA3F: hue angle of 39.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCBA3F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 63 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.01 |
| HSL | 39.05º | 0.97% | 0.62% | - |
| HSV(B) | 39.05º | 0.75% | 0.99% | - |
| XYZ | 58.6 | 56.17 | 12.46 | - |
| YUV | 191.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 63 | 0 | 0.26 | 0.75 | 0.01 | 39.05 | 0.97 | 0.62 |
| Hex | FC | BA | 3F | 0 | 1A | 4B | 1 | 27 | 61 | 3E |
| Octal | 374 | 272 | 77 | 0 | 32 | 113 | 1 | 47 | 141 | 76 |
| Binary | 11111100 | 10111010 | 111111 | 0 | 11010 | 1001011 | 1 | 100111 | 1100001 | 111110 |
Color Harmonies of #FCBA3F
Complementary color
Monochromatic Colors of #FCBA3F
Black with #FCBA3F
Text Example
Text Example
White with #FCBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA3F; }
p { color: rgb(252,186,63); }
H1.HeaderClassName
{
color: #FCBA3F;
}
.AnyTagClassName
{
color: #FCBA3F;
}
</style>
background-color css
<style>
a { background-color: #FCBA3F; }
a { background-color: rgb(252,186,63); }
div.DivClassName
{
background-color: #FCBA3F;
}
.BgClassName
{
background-color: #FCBA3F;
}
</style>
border-color css
<style>
span { border-color: #FCBA3F; }
span { border-color: rgb(252,186,63); }
td.TdClassName
{
border-color: #FCBA3F;
}
.TagClassName
{
border-color: #FCBA3F;
}
</style>