Shades of Sunset Orange #FC473A
Tints of Sunset Orange #FC473A
RGB
CMYK
RGB Variations
Color information
#FC473A (or 0xFC473A) is known color: Sunset Orange. HEX triplet: FC, 47 and 3A. RGB value is (252,71,58). Sum of RGB (Red+Green+Blue) = 252+71+58=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC473A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC473A is #03B8C5. Grayscale: #7B7B7B. Windows color (decimal): -243910 or 3819516. OLE color: 3819516.
HSL color Cylindrical-coordinate representation of color #FC473A: hue angle of 4.02º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC473A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 58 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.01 |
| HSL | 4.02º | 0.97% | 0.61% | - |
| HSV(B) | 4.02º | 0.77% | 0.99% | - |
| XYZ | 43.16 | 25.51 | 6.65 | - |
| YUV | 123.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 58 | 0 | 0.72 | 0.77 | 0.01 | 4.02 | 0.97 | 0.61 |
| Hex | FC | 47 | 3A | 0 | 48 | 4D | 1 | 4 | 61 | 3D |
| Octal | 374 | 107 | 72 | 0 | 110 | 115 | 1 | 4 | 141 | 75 |
| Binary | 11111100 | 1000111 | 111010 | 0 | 1001000 | 1001101 | 1 | 100 | 1100001 | 111101 |
Color Harmonies of #FC473A
Complementary color
Monochromatic Colors of #FC473A
Black with #FC473A
Text Example
Text Example
White with #FC473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC473A; }
p { color: rgb(252,71,58); }
H1.HeaderClassName
{
color: #FC473A;
}
.AnyTagClassName
{
color: #FC473A;
}
</style>
background-color css
<style>
a { background-color: #FC473A; }
a { background-color: rgb(252,71,58); }
div.DivClassName
{
background-color: #FC473A;
}
.BgClassName
{
background-color: #FC473A;
}
</style>
border-color css
<style>
span { border-color: #FC473A; }
span { border-color: rgb(252,71,58); }
td.TdClassName
{
border-color: #FC473A;
}
.TagClassName
{
border-color: #FC473A;
}
</style>