Shades of Supernova #FCAC32
Tints of Supernova #FCAC32
RGB
CMYK
RGB Variations
Color information
#FCAC32 (or 0xFCAC32) is known color: Supernova. HEX triplet: FC, AC and 32. RGB value is (252,172,50). Sum of RGB (Red+Green+Blue) = 252+172+50=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC32 is #0353CD. Grayscale: #B6B6B6. Windows color (decimal): -218062 or 3321084. OLE color: 3321084.
HSL color Cylindrical-coordinate representation of color #FCAC32: hue angle of 36.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCAC32 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 50 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.01 |
| HSL | 36.24º | 0.97% | 0.59% | - |
| HSV(B) | 36.24º | 0.8% | 0.99% | - |
| XYZ | 55.47 | 50.43 | 9.83 | - |
| YUV | 182.01 | 53.5 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 50 | 0 | 0.32 | 0.80 | 0.01 | 36.24 | 0.97 | 0.59 |
| Hex | FC | AC | 32 | 0 | 20 | 50 | 1 | 24 | 61 | 3B |
| Octal | 374 | 254 | 62 | 0 | 40 | 120 | 1 | 44 | 141 | 73 |
| Binary | 11111100 | 10101100 | 110010 | 0 | 100000 | 1010000 | 1 | 100100 | 1100001 | 111011 |
Color Harmonies of #FCAC32
Complementary color
Monochromatic Colors of #FCAC32
Black with #FCAC32
Text Example
Text Example
White with #FCAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC32; }
p { color: rgb(252,172,50); }
H1.HeaderClassName
{
color: #FCAC32;
}
.AnyTagClassName
{
color: #FCAC32;
}
</style>
background-color css
<style>
a { background-color: #FCAC32; }
a { background-color: rgb(252,172,50); }
div.DivClassName
{
background-color: #FCAC32;
}
.BgClassName
{
background-color: #FCAC32;
}
</style>
border-color css
<style>
span { border-color: #FCAC32; }
span { border-color: rgb(252,172,50); }
td.TdClassName
{
border-color: #FCAC32;
}
.TagClassName
{
border-color: #FCAC32;
}
</style>