Shades of Sunset Orange #FC463C
Tints of Sunset Orange #FC463C
RGB
CMYK
RGB Variations
Color information
#FC463C (or 0xFC463C) is known color: Sunset Orange. HEX triplet: FC, 46 and 3C. RGB value is (252,70,60). Sum of RGB (Red+Green+Blue) = 252+70+60=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC463C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC463C is #03B9C3. Grayscale: #7B7B7B. Windows color (decimal): -244164 or 3950332. OLE color: 3950332.
HSL color Cylindrical-coordinate representation of color #FC463C: hue angle of 3.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC463C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 60 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.01 |
| HSL | 3.13º | 0.97% | 0.61% | - |
| HSV(B) | 3.13º | 0.76% | 0.99% | - |
| XYZ | 43.15 | 25.4 | 6.9 | - |
| YUV | 123.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 60 | 0 | 0.72 | 0.76 | 0.01 | 3.13 | 0.97 | 0.61 |
| Hex | FC | 46 | 3C | 0 | 48 | 4C | 1 | 3 | 61 | 3D |
| Octal | 374 | 106 | 74 | 0 | 110 | 114 | 1 | 3 | 141 | 75 |
| Binary | 11111100 | 1000110 | 111100 | 0 | 1001000 | 1001100 | 1 | 11 | 1100001 | 111101 |
Color Harmonies of #FC463C
Complementary color
Monochromatic Colors of #FC463C
Black with #FC463C
Text Example
Text Example
White with #FC463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC463C; }
p { color: rgb(252,70,60); }
H1.HeaderClassName
{
color: #FC463C;
}
.AnyTagClassName
{
color: #FC463C;
}
</style>
background-color css
<style>
a { background-color: #FC463C; }
a { background-color: rgb(252,70,60); }
div.DivClassName
{
background-color: #FC463C;
}
.BgClassName
{
background-color: #FC463C;
}
</style>
border-color css
<style>
span { border-color: #FC463C; }
span { border-color: rgb(252,70,60); }
td.TdClassName
{
border-color: #FC463C;
}
.TagClassName
{
border-color: #FC463C;
}
</style>