Shades of Supernova #FCBA2D
Tints of Supernova #FCBA2D
RGB
CMYK
RGB Variations
Color information
#FCBA2D (or 0xFCBA2D) is known color: Supernova. HEX triplet: FC, BA and 2D. RGB value is (252,186,45). Sum of RGB (Red+Green+Blue) = 252+186+45=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA2D is #0345D2. Grayscale: #BEBEBE. Windows color (decimal): -214483 or 2996988. OLE color: 2996988.
HSL color Cylindrical-coordinate representation of color #FCBA2D: hue angle of 40.87º 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 #FCBA2D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 45 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.01 |
| HSL | 40.87º | 0.97% | 0.58% | - |
| HSV(B) | 40.87º | 0.82% | 0.99% | - |
| XYZ | 58.18 | 56 | 10.23 | - |
| YUV | 189.66 | 46.37 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 45 | 0 | 0.26 | 0.82 | 0.01 | 40.87 | 0.97 | 0.58 |
| Hex | FC | BA | 2D | 0 | 1A | 52 | 1 | 29 | 61 | 3A |
| Octal | 374 | 272 | 55 | 0 | 32 | 122 | 1 | 51 | 141 | 72 |
| Binary | 11111100 | 10111010 | 101101 | 0 | 11010 | 1010010 | 1 | 101001 | 1100001 | 111010 |
Color Harmonies of #FCBA2D
Complementary color
Monochromatic Colors of #FCBA2D
Black with #FCBA2D
Text Example
Text Example
White with #FCBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA2D; }
p { color: rgb(252,186,45); }
H1.HeaderClassName
{
color: #FCBA2D;
}
.AnyTagClassName
{
color: #FCBA2D;
}
</style>
background-color css
<style>
a { background-color: #FCBA2D; }
a { background-color: rgb(252,186,45); }
div.DivClassName
{
background-color: #FCBA2D;
}
.BgClassName
{
background-color: #FCBA2D;
}
</style>
border-color css
<style>
span { border-color: #FCBA2D; }
span { border-color: rgb(252,186,45); }
td.TdClassName
{
border-color: #FCBA2D;
}
.TagClassName
{
border-color: #FCBA2D;
}
</style>