Shades of Supernova #FCB32C
Tints of Supernova #FCB32C
RGB
CMYK
RGB Variations
Color information
#FCB32C (or 0xFCB32C) is known color: Supernova. HEX triplet: FC, B3 and 2C. RGB value is (252,179,44). Sum of RGB (Red+Green+Blue) = 252+179+44=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB32C is #034CD3. Grayscale: #BABABA. Windows color (decimal): -216276 or 2929660. OLE color: 2929660.
HSL color Cylindrical-coordinate representation of color #FCB32C: hue angle of 38.94º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCB32C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 44 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.01 |
| HSL | 38.94º | 0.97% | 0.58% | - |
| HSV(B) | 38.94º | 0.83% | 0.99% | - |
| XYZ | 56.72 | 53.12 | 9.65 | - |
| YUV | 185.44 | 48.18 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 44 | 0 | 0.29 | 0.83 | 0.01 | 38.94 | 0.97 | 0.58 |
| Hex | FC | B3 | 2C | 0 | 1D | 53 | 1 | 27 | 61 | 3A |
| Octal | 374 | 263 | 54 | 0 | 35 | 123 | 1 | 47 | 141 | 72 |
| Binary | 11111100 | 10110011 | 101100 | 0 | 11101 | 1010011 | 1 | 100111 | 1100001 | 111010 |
Color Harmonies of #FCB32C
Complementary color
Monochromatic Colors of #FCB32C
Black with #FCB32C
Text Example
Text Example
White with #FCB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB32C; }
p { color: rgb(252,179,44); }
H1.HeaderClassName
{
color: #FCB32C;
}
.AnyTagClassName
{
color: #FCB32C;
}
</style>
background-color css
<style>
a { background-color: #FCB32C; }
a { background-color: rgb(252,179,44); }
div.DivClassName
{
background-color: #FCB32C;
}
.BgClassName
{
background-color: #FCB32C;
}
</style>
border-color css
<style>
span { border-color: #FCB32C; }
span { border-color: rgb(252,179,44); }
td.TdClassName
{
border-color: #FCB32C;
}
.TagClassName
{
border-color: #FCB32C;
}
</style>