Shades of Supernova #FCB43A
Tints of Supernova #FCB43A
RGB
CMYK
RGB Variations
Color information
#FCB43A (or 0xFCB43A) is known color: Supernova. HEX triplet: FC, B4 and 3A. RGB value is (252,180,58). Sum of RGB (Red+Green+Blue) = 252+180+58=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB43A is #034BC5. Grayscale: #BCBCBC. Windows color (decimal): -216006 or 3847420. OLE color: 3847420.
HSL color Cylindrical-coordinate representation of color #FCB43A: hue angle of 37.73º 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 #FCB43A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 58 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.01 |
| HSL | 37.73º | 0.97% | 0.61% | - |
| HSV(B) | 37.73º | 0.77% | 0.99% | - |
| XYZ | 57.23 | 53.64 | 11.34 | - |
| YUV | 187.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 58 | 0 | 0.29 | 0.77 | 0.01 | 37.73 | 0.97 | 0.61 |
| Hex | FC | B4 | 3A | 0 | 1D | 4D | 1 | 26 | 61 | 3D |
| Octal | 374 | 264 | 72 | 0 | 35 | 115 | 1 | 46 | 141 | 75 |
| Binary | 11111100 | 10110100 | 111010 | 0 | 11101 | 1001101 | 1 | 100110 | 1100001 | 111101 |
Color Harmonies of #FCB43A
Complementary color
Monochromatic Colors of #FCB43A
Black with #FCB43A
Text Example
Text Example
White with #FCB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB43A; }
p { color: rgb(252,180,58); }
H1.HeaderClassName
{
color: #FCB43A;
}
.AnyTagClassName
{
color: #FCB43A;
}
</style>
background-color css
<style>
a { background-color: #FCB43A; }
a { background-color: rgb(252,180,58); }
div.DivClassName
{
background-color: #FCB43A;
}
.BgClassName
{
background-color: #FCB43A;
}
</style>
border-color css
<style>
span { border-color: #FCB43A; }
span { border-color: rgb(252,180,58); }
td.TdClassName
{
border-color: #FCB43A;
}
.TagClassName
{
border-color: #FCB43A;
}
</style>