Shades of Supernova #FCAC2F
Tints of Supernova #FCAC2F
RGB
CMYK
RGB Variations
Color information
#FCAC2F (or 0xFCAC2F) is known color: Supernova. HEX triplet: FC, AC and 2F. RGB value is (252,172,47). Sum of RGB (Red+Green+Blue) = 252+172+47=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC2F is #0353D0. Grayscale: #B6B6B6. Windows color (decimal): -218065 or 3124476. OLE color: 3124476.
HSL color Cylindrical-coordinate representation of color #FCAC2F: hue angle of 36.59º 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 #FCAC2F is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 47 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.01 |
| HSL | 36.59º | 0.97% | 0.59% | - |
| HSV(B) | 36.59º | 0.81% | 0.99% | - |
| XYZ | 55.41 | 50.41 | 9.5 | - |
| YUV | 181.67 | 52 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 47 | 0 | 0.32 | 0.81 | 0.01 | 36.59 | 0.97 | 0.59 |
| Hex | FC | AC | 2F | 0 | 20 | 51 | 1 | 25 | 61 | 3B |
| Octal | 374 | 254 | 57 | 0 | 40 | 121 | 1 | 45 | 141 | 73 |
| Binary | 11111100 | 10101100 | 101111 | 0 | 100000 | 1010001 | 1 | 100101 | 1100001 | 111011 |
Color Harmonies of #FCAC2F
Complementary color
Monochromatic Colors of #FCAC2F
Black with #FCAC2F
Text Example
Text Example
White with #FCAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC2F; }
p { color: rgb(252,172,47); }
H1.HeaderClassName
{
color: #FCAC2F;
}
.AnyTagClassName
{
color: #FCAC2F;
}
</style>
background-color css
<style>
a { background-color: #FCAC2F; }
a { background-color: rgb(252,172,47); }
div.DivClassName
{
background-color: #FCAC2F;
}
.BgClassName
{
background-color: #FCAC2F;
}
</style>
border-color css
<style>
span { border-color: #FCAC2F; }
span { border-color: rgb(252,172,47); }
td.TdClassName
{
border-color: #FCAC2F;
}
.TagClassName
{
border-color: #FCAC2F;
}
</style>