Shades of Sunset Orange #FC473D
Tints of Sunset Orange #FC473D
RGB
CMYK
RGB Variations
Color information
#FC473D (or 0xFC473D) is known color: Sunset Orange. HEX triplet: FC, 47 and 3D. RGB value is (252,71,61). Sum of RGB (Red+Green+Blue) = 252+71+61=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC473D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC473D is #03B8C2. Grayscale: #7C7C7C. Windows color (decimal): -243907 or 4016124. OLE color: 4016124.
HSL color Cylindrical-coordinate representation of color #FC473D: hue angle of 3.14º 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 #FC473D is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 61 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.01 |
| HSL | 3.14º | 0.97% | 0.61% | - |
| HSV(B) | 3.14º | 0.76% | 0.99% | - |
| XYZ | 43.24 | 25.54 | 7.07 | - |
| YUV | 123.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 61 | 0 | 0.72 | 0.76 | 0.01 | 3.14 | 0.97 | 0.61 |
| Hex | FC | 47 | 3D | 0 | 48 | 4C | 1 | 3 | 61 | 3D |
| Octal | 374 | 107 | 75 | 0 | 110 | 114 | 1 | 3 | 141 | 75 |
| Binary | 11111100 | 1000111 | 111101 | 0 | 1001000 | 1001100 | 1 | 11 | 1100001 | 111101 |
Color Harmonies of #FC473D
Complementary color
Monochromatic Colors of #FC473D
Black with #FC473D
Text Example
Text Example
White with #FC473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC473D; }
p { color: rgb(252,71,61); }
H1.HeaderClassName
{
color: #FC473D;
}
.AnyTagClassName
{
color: #FC473D;
}
</style>
background-color css
<style>
a { background-color: #FC473D; }
a { background-color: rgb(252,71,61); }
div.DivClassName
{
background-color: #FC473D;
}
.BgClassName
{
background-color: #FC473D;
}
</style>
border-color css
<style>
span { border-color: #FC473D; }
span { border-color: rgb(252,71,61); }
td.TdClassName
{
border-color: #FC473D;
}
.TagClassName
{
border-color: #FC473D;
}
</style>