Shades of Supernova #FCAC2D
Tints of Supernova #FCAC2D
RGB
CMYK
RGB Variations
Color information
#FCAC2D (or 0xFCAC2D) is known color: Supernova. HEX triplet: FC, AC and 2D. RGB value is (252,172,45). Sum of RGB (Red+Green+Blue) = 252+172+45=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC2D is #0353D2. Grayscale: #B6B6B6. Windows color (decimal): -218067 or 2993404. OLE color: 2993404.
HSL color Cylindrical-coordinate representation of color #FCAC2D: hue angle of 36.81º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCAC2D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 45 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.01 |
| HSL | 36.81º | 0.97% | 0.58% | - |
| HSV(B) | 36.81º | 0.82% | 0.99% | - |
| XYZ | 55.37 | 50.39 | 9.29 | - |
| YUV | 181.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 45 | 0 | 0.32 | 0.82 | 0.01 | 36.81 | 0.97 | 0.58 |
| Hex | FC | AC | 2D | 0 | 20 | 52 | 1 | 25 | 61 | 3A |
| Octal | 374 | 254 | 55 | 0 | 40 | 122 | 1 | 45 | 141 | 72 |
| Binary | 11111100 | 10101100 | 101101 | 0 | 100000 | 1010010 | 1 | 100101 | 1100001 | 111010 |
Color Harmonies of #FCAC2D
Complementary color
Monochromatic Colors of #FCAC2D
Black with #FCAC2D
Text Example
Text Example
White with #FCAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC2D; }
p { color: rgb(252,172,45); }
H1.HeaderClassName
{
color: #FCAC2D;
}
.AnyTagClassName
{
color: #FCAC2D;
}
</style>
background-color css
<style>
a { background-color: #FCAC2D; }
a { background-color: rgb(252,172,45); }
div.DivClassName
{
background-color: #FCAC2D;
}
.BgClassName
{
background-color: #FCAC2D;
}
</style>
border-color css
<style>
span { border-color: #FCAC2D; }
span { border-color: rgb(252,172,45); }
td.TdClassName
{
border-color: #FCAC2D;
}
.TagClassName
{
border-color: #FCAC2D;
}
</style>