Shades of Supernova #FCBA2E
Tints of Supernova #FCBA2E
RGB
CMYK
RGB Variations
Color information
#FCBA2E (or 0xFCBA2E) is known color: Supernova. HEX triplet: FC, BA and 2E. RGB value is (252,186,46). Sum of RGB (Red+Green+Blue) = 252+186+46=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA2E is #0345D1. Grayscale: #BEBEBE. Windows color (decimal): -214482 or 3062524. OLE color: 3062524.
HSL color Cylindrical-coordinate representation of color #FCBA2E: hue angle of 40.78º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCBA2E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 46 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.01 |
| HSL | 40.78º | 0.97% | 0.58% | - |
| HSV(B) | 40.78º | 0.82% | 0.99% | - |
| XYZ | 58.2 | 56.01 | 10.33 | - |
| YUV | 189.77 | 46.87 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 46 | 0 | 0.26 | 0.82 | 0.01 | 40.78 | 0.97 | 0.58 |
| Hex | FC | BA | 2E | 0 | 1A | 52 | 1 | 29 | 61 | 3A |
| Octal | 374 | 272 | 56 | 0 | 32 | 122 | 1 | 51 | 141 | 72 |
| Binary | 11111100 | 10111010 | 101110 | 0 | 11010 | 1010010 | 1 | 101001 | 1100001 | 111010 |
Color Harmonies of #FCBA2E
Complementary color
Monochromatic Colors of #FCBA2E
Black with #FCBA2E
Text Example
Text Example
White with #FCBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA2E; }
p { color: rgb(252,186,46); }
H1.HeaderClassName
{
color: #FCBA2E;
}
.AnyTagClassName
{
color: #FCBA2E;
}
</style>
background-color css
<style>
a { background-color: #FCBA2E; }
a { background-color: rgb(252,186,46); }
div.DivClassName
{
background-color: #FCBA2E;
}
.BgClassName
{
background-color: #FCBA2E;
}
</style>
border-color css
<style>
span { border-color: #FCBA2E; }
span { border-color: rgb(252,186,46); }
td.TdClassName
{
border-color: #FCBA2E;
}
.TagClassName
{
border-color: #FCBA2E;
}
</style>