Shades of Supernova #FCB131
Tints of Supernova #FCB131
RGB
CMYK
RGB Variations
Color information
#FCB131 (or 0xFCB131) is known color: Supernova. HEX triplet: FC, B1 and 31. RGB value is (252,177,49). Sum of RGB (Red+Green+Blue) = 252+177+49=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB131 is #034ECE. Grayscale: #B9B9B9. Windows color (decimal): -216783 or 3256828. OLE color: 3256828.
HSL color Cylindrical-coordinate representation of color #FCB131: hue angle of 37.83º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCB131 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 49 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.01 |
| HSL | 37.83º | 0.97% | 0.59% | - |
| HSV(B) | 37.83º | 0.81% | 0.99% | - |
| XYZ | 56.42 | 52.36 | 10.04 | - |
| YUV | 184.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 49 | 0 | 0.30 | 0.81 | 0.01 | 37.83 | 0.97 | 0.59 |
| Hex | FC | B1 | 31 | 0 | 1E | 51 | 1 | 26 | 61 | 3B |
| Octal | 374 | 261 | 61 | 0 | 36 | 121 | 1 | 46 | 141 | 73 |
| Binary | 11111100 | 10110001 | 110001 | 0 | 11110 | 1010001 | 1 | 100110 | 1100001 | 111011 |
Color Harmonies of #FCB131
Complementary color
Monochromatic Colors of #FCB131
Black with #FCB131
Text Example
Text Example
White with #FCB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB131; }
p { color: rgb(252,177,49); }
H1.HeaderClassName
{
color: #FCB131;
}
.AnyTagClassName
{
color: #FCB131;
}
</style>
background-color css
<style>
a { background-color: #FCB131; }
a { background-color: rgb(252,177,49); }
div.DivClassName
{
background-color: #FCB131;
}
.BgClassName
{
background-color: #FCB131;
}
</style>
border-color css
<style>
span { border-color: #FCB131; }
span { border-color: rgb(252,177,49); }
td.TdClassName
{
border-color: #FCB131;
}
.TagClassName
{
border-color: #FCB131;
}
</style>