Shades of Supernova #FCBA40
Tints of Supernova #FCBA40
RGB
CMYK
RGB Variations
Color information
#FCBA40 (or 0xFCBA40) is known color: Supernova. HEX triplet: FC, BA and 40. RGB value is (252,186,64). Sum of RGB (Red+Green+Blue) = 252+186+64=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA40 is #0345BF. Grayscale: #C0C0C0. Windows color (decimal): -214464 or 4242172. OLE color: 4242172.
HSL color Cylindrical-coordinate representation of color #FCBA40: hue angle of 38.94º 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 #FCBA40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 64 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.01 |
| HSL | 38.94º | 0.97% | 0.62% | - |
| HSV(B) | 38.94º | 0.75% | 0.99% | - |
| XYZ | 58.63 | 56.18 | 12.6 | - |
| YUV | 191.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 64 | 0 | 0.26 | 0.75 | 0.01 | 38.94 | 0.97 | 0.62 |
| Hex | FC | BA | 40 | 0 | 1A | 4B | 1 | 27 | 61 | 3E |
| Octal | 374 | 272 | 100 | 0 | 32 | 113 | 1 | 47 | 141 | 76 |
| Binary | 11111100 | 10111010 | 1000000 | 0 | 11010 | 1001011 | 1 | 100111 | 1100001 | 111110 |
Color Harmonies of #FCBA40
Complementary color
Monochromatic Colors of #FCBA40
Black with #FCBA40
Text Example
Text Example
White with #FCBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA40; }
p { color: rgb(252,186,64); }
H1.HeaderClassName
{
color: #FCBA40;
}
.AnyTagClassName
{
color: #FCBA40;
}
</style>
background-color css
<style>
a { background-color: #FCBA40; }
a { background-color: rgb(252,186,64); }
div.DivClassName
{
background-color: #FCBA40;
}
.BgClassName
{
background-color: #FCBA40;
}
</style>
border-color css
<style>
span { border-color: #FCBA40; }
span { border-color: rgb(252,186,64); }
td.TdClassName
{
border-color: #FCBA40;
}
.TagClassName
{
border-color: #FCBA40;
}
</style>