Shades of Supernova #FCB32A
Tints of Supernova #FCB32A
RGB
CMYK
RGB Variations
Color information
#FCB32A (or 0xFCB32A) is known color: Supernova. HEX triplet: FC, B3 and 2A. RGB value is (252,179,42). Sum of RGB (Red+Green+Blue) = 252+179+42=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB32A is #034CD5. Grayscale: #B9B9B9. Windows color (decimal): -216278 or 2798588. OLE color: 2798588.
HSL color Cylindrical-coordinate representation of color #FCB32A: hue angle of 39.14º 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 #FCB32A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 42 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.01 |
| HSL | 39.14º | 0.97% | 0.58% | - |
| HSV(B) | 39.14º | 0.83% | 0.99% | - |
| XYZ | 56.68 | 53.1 | 9.45 | - |
| YUV | 185.21 | 47.18 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 42 | 0 | 0.29 | 0.83 | 0.01 | 39.14 | 0.97 | 0.58 |
| Hex | FC | B3 | 2A | 0 | 1D | 53 | 1 | 27 | 61 | 3A |
| Octal | 374 | 263 | 52 | 0 | 35 | 123 | 1 | 47 | 141 | 72 |
| Binary | 11111100 | 10110011 | 101010 | 0 | 11101 | 1010011 | 1 | 100111 | 1100001 | 111010 |
Color Harmonies of #FCB32A
Complementary color
Monochromatic Colors of #FCB32A
Black with #FCB32A
Text Example
Text Example
White with #FCB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB32A; }
p { color: rgb(252,179,42); }
H1.HeaderClassName
{
color: #FCB32A;
}
.AnyTagClassName
{
color: #FCB32A;
}
</style>
background-color css
<style>
a { background-color: #FCB32A; }
a { background-color: rgb(252,179,42); }
div.DivClassName
{
background-color: #FCB32A;
}
.BgClassName
{
background-color: #FCB32A;
}
</style>
border-color css
<style>
span { border-color: #FCB32A; }
span { border-color: rgb(252,179,42); }
td.TdClassName
{
border-color: #FCB32A;
}
.TagClassName
{
border-color: #FCB32A;
}
</style>