Shades of Sunset Orange #FC463A
Tints of Sunset Orange #FC463A
RGB
CMYK
RGB Variations
Color information
#FC463A (or 0xFC463A) is known color: Sunset Orange. HEX triplet: FC, 46 and 3A. RGB value is (252,70,58). Sum of RGB (Red+Green+Blue) = 252+70+58=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC463A is #03B9C5. Grayscale: #7B7B7B. Windows color (decimal): -244166 or 3819260. OLE color: 3819260.
HSL color Cylindrical-coordinate representation of color #FC463A: hue angle of 3.71º 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 #FC463A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 58 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.01 |
| HSL | 3.71º | 0.97% | 0.61% | - |
| HSV(B) | 3.71º | 0.77% | 0.99% | - |
| XYZ | 43.1 | 25.38 | 6.63 | - |
| YUV | 123.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 58 | 0 | 0.72 | 0.77 | 0.01 | 3.71 | 0.97 | 0.61 |
| Hex | FC | 46 | 3A | 0 | 48 | 4D | 1 | 4 | 61 | 3D |
| Octal | 374 | 106 | 72 | 0 | 110 | 115 | 1 | 4 | 141 | 75 |
| Binary | 11111100 | 1000110 | 111010 | 0 | 1001000 | 1001101 | 1 | 100 | 1100001 | 111101 |
Color Harmonies of #FC463A
Complementary color
Monochromatic Colors of #FC463A
Black with #FC463A
Text Example
Text Example
White with #FC463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC463A; }
p { color: rgb(252,70,58); }
H1.HeaderClassName
{
color: #FC463A;
}
.AnyTagClassName
{
color: #FC463A;
}
</style>
background-color css
<style>
a { background-color: #FC463A; }
a { background-color: rgb(252,70,58); }
div.DivClassName
{
background-color: #FC463A;
}
.BgClassName
{
background-color: #FC463A;
}
</style>
border-color css
<style>
span { border-color: #FC463A; }
span { border-color: rgb(252,70,58); }
td.TdClassName
{
border-color: #FC463A;
}
.TagClassName
{
border-color: #FC463A;
}
</style>