Shades of Supernova #FCBA39
Tints of Supernova #FCBA39
RGB
CMYK
RGB Variations
Color information
#FCBA39 (or 0xFCBA39) is known color: Supernova. HEX triplet: FC, BA and 39. RGB value is (252,186,57). Sum of RGB (Red+Green+Blue) = 252+186+57=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA39 is #0345C6. Grayscale: #BFBFBF. Windows color (decimal): -214471 or 3783420. OLE color: 3783420.
HSL color Cylindrical-coordinate representation of color #FCBA39: hue angle of 39.69º 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 #FCBA39 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 57 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.01 |
| HSL | 39.69º | 0.97% | 0.61% | - |
| HSV(B) | 39.69º | 0.77% | 0.99% | - |
| XYZ | 58.44 | 56.11 | 11.62 | - |
| YUV | 191.03 | 52.37 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 57 | 0 | 0.26 | 0.77 | 0.01 | 39.69 | 0.97 | 0.61 |
| Hex | FC | BA | 39 | 0 | 1A | 4D | 1 | 28 | 61 | 3D |
| Octal | 374 | 272 | 71 | 0 | 32 | 115 | 1 | 50 | 141 | 75 |
| Binary | 11111100 | 10111010 | 111001 | 0 | 11010 | 1001101 | 1 | 101000 | 1100001 | 111101 |
Color Harmonies of #FCBA39
Complementary color
Monochromatic Colors of #FCBA39
Black with #FCBA39
Text Example
Text Example
White with #FCBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA39; }
p { color: rgb(252,186,57); }
H1.HeaderClassName
{
color: #FCBA39;
}
.AnyTagClassName
{
color: #FCBA39;
}
</style>
background-color css
<style>
a { background-color: #FCBA39; }
a { background-color: rgb(252,186,57); }
div.DivClassName
{
background-color: #FCBA39;
}
.BgClassName
{
background-color: #FCBA39;
}
</style>
border-color css
<style>
span { border-color: #FCBA39; }
span { border-color: rgb(252,186,57); }
td.TdClassName
{
border-color: #FCBA39;
}
.TagClassName
{
border-color: #FCBA39;
}
</style>