Shades of Supernova #FCB52C
Tints of Supernova #FCB52C
RGB
CMYK
RGB Variations
Color information
#FCB52C (or 0xFCB52C) is known color: Supernova. HEX triplet: FC, B5 and 2C. RGB value is (252,181,44). Sum of RGB (Red+Green+Blue) = 252+181+44=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB52C is #034AD3. Grayscale: #BBBBBB. Windows color (decimal): -215764 or 2930172. OLE color: 2930172.
HSL color Cylindrical-coordinate representation of color #FCB52C: hue angle of 39.52º 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 #FCB52C is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 44 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.01 |
| HSL | 39.52º | 0.97% | 0.58% | - |
| HSV(B) | 39.52º | 0.83% | 0.99% | - |
| XYZ | 57.12 | 53.93 | 9.78 | - |
| YUV | 186.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 44 | 0 | 0.28 | 0.83 | 0.01 | 39.52 | 0.97 | 0.58 |
| Hex | FC | B5 | 2C | 0 | 1C | 53 | 1 | 28 | 61 | 3A |
| Octal | 374 | 265 | 54 | 0 | 34 | 123 | 1 | 50 | 141 | 72 |
| Binary | 11111100 | 10110101 | 101100 | 0 | 11100 | 1010011 | 1 | 101000 | 1100001 | 111010 |
Color Harmonies of #FCB52C
Complementary color
Monochromatic Colors of #FCB52C
Black with #FCB52C
Text Example
Text Example
White with #FCB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB52C; }
p { color: rgb(252,181,44); }
H1.HeaderClassName
{
color: #FCB52C;
}
.AnyTagClassName
{
color: #FCB52C;
}
</style>
background-color css
<style>
a { background-color: #FCB52C; }
a { background-color: rgb(252,181,44); }
div.DivClassName
{
background-color: #FCB52C;
}
.BgClassName
{
background-color: #FCB52C;
}
</style>
border-color css
<style>
span { border-color: #FCB52C; }
span { border-color: rgb(252,181,44); }
td.TdClassName
{
border-color: #FCB52C;
}
.TagClassName
{
border-color: #FCB52C;
}
</style>