Shades of Sunset Orange #FC5441
Tints of Sunset Orange #FC5441
RGB
CMYK
RGB Variations
Color information
#FC5441 (or 0xFC5441) is known color: Sunset Orange. HEX triplet: FC, 54 and 41. RGB value is (252,84,65). Sum of RGB (Red+Green+Blue) = 252+84+65=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5441 is #03ABBE. Grayscale: #848484. Windows color (decimal): -240575 or 4281596. OLE color: 4281596.
HSL color Cylindrical-coordinate representation of color #FC5441: hue angle of 6.1º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC5441 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 65 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.01 |
| HSL | 6.1º | 0.97% | 0.62% | - |
| HSV(B) | 6.1º | 0.74% | 0.99% | - |
| XYZ | 44.27 | 27.42 | 7.96 | - |
| YUV | 132.07 | 90.16 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 65 | 0 | 0.67 | 0.74 | 0.01 | 6.1 | 0.97 | 0.62 |
| Hex | FC | 54 | 41 | 0 | 43 | 4A | 1 | 6 | 61 | 3E |
| Octal | 374 | 124 | 101 | 0 | 103 | 112 | 1 | 6 | 141 | 76 |
| Binary | 11111100 | 1010100 | 1000001 | 0 | 1000011 | 1001010 | 1 | 110 | 1100001 | 111110 |
Color Harmonies of #FC5441
Complementary color
Monochromatic Colors of #FC5441
Black with #FC5441
Text Example
Text Example
White with #FC5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5441; }
p { color: rgb(252,84,65); }
H1.HeaderClassName
{
color: #FC5441;
}
.AnyTagClassName
{
color: #FC5441;
}
</style>
background-color css
<style>
a { background-color: #FC5441; }
a { background-color: rgb(252,84,65); }
div.DivClassName
{
background-color: #FC5441;
}
.BgClassName
{
background-color: #FC5441;
}
</style>
border-color css
<style>
span { border-color: #FC5441; }
span { border-color: rgb(252,84,65); }
td.TdClassName
{
border-color: #FC5441;
}
.TagClassName
{
border-color: #FC5441;
}
</style>