Shades of Sunset Orange #FC4E42
Tints of Sunset Orange #FC4E42
RGB
CMYK
RGB Variations
Color information
#FC4E42 (or 0xFC4E42) is known color: Sunset Orange. HEX triplet: FC, 4E and 42. RGB value is (252,78,66). Sum of RGB (Red+Green+Blue) = 252+78+66=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E42 is #03B1BD. Grayscale: #808080. Windows color (decimal): -242110 or 4345596. OLE color: 4345596.
HSL color Cylindrical-coordinate representation of color #FC4E42: hue angle of 3.87º 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 #FC4E42 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 66 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.01 |
| HSL | 3.87º | 0.97% | 0.62% | - |
| HSV(B) | 3.87º | 0.74% | 0.99% | - |
| XYZ | 43.85 | 26.54 | 7.97 | - |
| YUV | 128.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 66 | 0 | 0.69 | 0.74 | 0.01 | 3.87 | 0.97 | 0.62 |
| Hex | FC | 4E | 42 | 0 | 45 | 4A | 1 | 4 | 61 | 3E |
| Octal | 374 | 116 | 102 | 0 | 105 | 112 | 1 | 4 | 141 | 76 |
| Binary | 11111100 | 1001110 | 1000010 | 0 | 1000101 | 1001010 | 1 | 100 | 1100001 | 111110 |
Color Harmonies of #FC4E42
Complementary color
Monochromatic Colors of #FC4E42
Black with #FC4E42
Text Example
Text Example
White with #FC4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E42; }
p { color: rgb(252,78,66); }
H1.HeaderClassName
{
color: #FC4E42;
}
.AnyTagClassName
{
color: #FC4E42;
}
</style>
background-color css
<style>
a { background-color: #FC4E42; }
a { background-color: rgb(252,78,66); }
div.DivClassName
{
background-color: #FC4E42;
}
.BgClassName
{
background-color: #FC4E42;
}
</style>
border-color css
<style>
span { border-color: #FC4E42; }
span { border-color: rgb(252,78,66); }
td.TdClassName
{
border-color: #FC4E42;
}
.TagClassName
{
border-color: #FC4E42;
}
</style>