Shades of Supernova #FCAC31
Tints of Supernova #FCAC31
RGB
CMYK
RGB Variations
Color information
#FCAC31 (or 0xFCAC31) is known color: Supernova. HEX triplet: FC, AC and 31. RGB value is (252,172,49). Sum of RGB (Red+Green+Blue) = 252+172+49=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC31 is #0353CE. Grayscale: #B6B6B6. Windows color (decimal): -218063 or 3255548. OLE color: 3255548.
HSL color Cylindrical-coordinate representation of color #FCAC31: hue angle of 36.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCAC31 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 49 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.01 |
| HSL | 36.35º | 0.97% | 0.59% | - |
| HSV(B) | 36.35º | 0.81% | 0.99% | - |
| XYZ | 55.45 | 50.42 | 9.72 | - |
| YUV | 181.9 | 53 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 49 | 0 | 0.32 | 0.81 | 0.01 | 36.35 | 0.97 | 0.59 |
| Hex | FC | AC | 31 | 0 | 20 | 51 | 1 | 24 | 61 | 3B |
| Octal | 374 | 254 | 61 | 0 | 40 | 121 | 1 | 44 | 141 | 73 |
| Binary | 11111100 | 10101100 | 110001 | 0 | 100000 | 1010001 | 1 | 100100 | 1100001 | 111011 |
Color Harmonies of #FCAC31
Complementary color
Monochromatic Colors of #FCAC31
Black with #FCAC31
Text Example
Text Example
White with #FCAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC31; }
p { color: rgb(252,172,49); }
H1.HeaderClassName
{
color: #FCAC31;
}
.AnyTagClassName
{
color: #FCAC31;
}
</style>
background-color css
<style>
a { background-color: #FCAC31; }
a { background-color: rgb(252,172,49); }
div.DivClassName
{
background-color: #FCAC31;
}
.BgClassName
{
background-color: #FCAC31;
}
</style>
border-color css
<style>
span { border-color: #FCAC31; }
span { border-color: rgb(252,172,49); }
td.TdClassName
{
border-color: #FCAC31;
}
.TagClassName
{
border-color: #FCAC31;
}
</style>