Shades of Supernova #FCBA36
Tints of Supernova #FCBA36
RGB
CMYK
RGB Variations
Color information
#FCBA36 (or 0xFCBA36) is known color: Supernova. HEX triplet: FC, BA and 36. RGB value is (252,186,54). Sum of RGB (Red+Green+Blue) = 252+186+54=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA36 is #0345C9. Grayscale: #BFBFBF. Windows color (decimal): -214474 or 3586812. OLE color: 3586812.
HSL color Cylindrical-coordinate representation of color #FCBA36: hue angle of 40º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCBA36 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 54 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.01 |
| HSL | 40º | 0.97% | 0.6% | - |
| HSV(B) | 40º | 0.79% | 0.99% | - |
| XYZ | 58.37 | 56.08 | 11.24 | - |
| YUV | 190.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 54 | 0 | 0.26 | 0.79 | 0.01 | 40 | 0.97 | 0.6 |
| Hex | FC | BA | 36 | 0 | 1A | 4F | 1 | 28 | 61 | 3C |
| Octal | 374 | 272 | 66 | 0 | 32 | 117 | 1 | 50 | 141 | 74 |
| Binary | 11111100 | 10111010 | 110110 | 0 | 11010 | 1001111 | 1 | 101000 | 1100001 | 111100 |
Color Harmonies of #FCBA36
Complementary color
Monochromatic Colors of #FCBA36
Black with #FCBA36
Text Example
Text Example
White with #FCBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA36; }
p { color: rgb(252,186,54); }
H1.HeaderClassName
{
color: #FCBA36;
}
.AnyTagClassName
{
color: #FCBA36;
}
</style>
background-color css
<style>
a { background-color: #FCBA36; }
a { background-color: rgb(252,186,54); }
div.DivClassName
{
background-color: #FCBA36;
}
.BgClassName
{
background-color: #FCBA36;
}
</style>
border-color css
<style>
span { border-color: #FCBA36; }
span { border-color: rgb(252,186,54); }
td.TdClassName
{
border-color: #FCBA36;
}
.TagClassName
{
border-color: #FCBA36;
}
</style>