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