Shades of Supernova #FCB328
Tints of Supernova #FCB328
RGB
CMYK
RGB Variations
Color information
#FCB328 (or 0xFCB328) is known color: Supernova. HEX triplet: FC, B3 and 28. RGB value is (252,179,40). Sum of RGB (Red+Green+Blue) = 252+179+40=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB328 is #034CD7. Grayscale: #B9B9B9. Windows color (decimal): -216280 or 2667516. OLE color: 2667516.
HSL color Cylindrical-coordinate representation of color #FCB328: hue angle of 39.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCB328 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 40 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.01 |
| HSL | 39.34º | 0.97% | 0.57% | - |
| HSV(B) | 39.34º | 0.84% | 0.99% | - |
| XYZ | 56.65 | 53.09 | 9.27 | - |
| YUV | 184.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 40 | 0 | 0.29 | 0.84 | 0.01 | 39.34 | 0.97 | 0.57 |
| Hex | FC | B3 | 28 | 0 | 1D | 54 | 1 | 27 | 61 | 39 |
| Octal | 374 | 263 | 50 | 0 | 35 | 124 | 1 | 47 | 141 | 71 |
| Binary | 11111100 | 10110011 | 101000 | 0 | 11101 | 1010100 | 1 | 100111 | 1100001 | 111001 |
Color Harmonies of #FCB328
Complementary color
Monochromatic Colors of #FCB328
Black with #FCB328
Text Example
Text Example
White with #FCB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB328; }
p { color: rgb(252,179,40); }
H1.HeaderClassName
{
color: #FCB328;
}
.AnyTagClassName
{
color: #FCB328;
}
</style>
background-color css
<style>
a { background-color: #FCB328; }
a { background-color: rgb(252,179,40); }
div.DivClassName
{
background-color: #FCB328;
}
.BgClassName
{
background-color: #FCB328;
}
</style>
border-color css
<style>
span { border-color: #FCB328; }
span { border-color: rgb(252,179,40); }
td.TdClassName
{
border-color: #FCB328;
}
.TagClassName
{
border-color: #FCB328;
}
</style>