Shades of Sunset Orange #FC4E32
Tints of Sunset Orange #FC4E32
RGB
CMYK
RGB Variations
Color information
#FC4E32 (or 0xFC4E32) is known color: Sunset Orange. HEX triplet: FC, 4E and 32. RGB value is (252,78,50). Sum of RGB (Red+Green+Blue) = 252+78+50=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E32 is #03B1CD. Grayscale: #7F7F7F. Windows color (decimal): -242126 or 3297020. OLE color: 3297020.
HSL color Cylindrical-coordinate representation of color #FC4E32: hue angle of 8.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC4E32 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 50 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.01 |
| HSL | 8.32º | 0.97% | 0.59% | - |
| HSV(B) | 8.32º | 0.8% | 0.99% | - |
| XYZ | 43.45 | 26.37 | 5.82 | - |
| YUV | 126.83 | 84.65 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 50 | 0 | 0.69 | 0.80 | 0.01 | 8.32 | 0.97 | 0.59 |
| Hex | FC | 4E | 32 | 0 | 45 | 50 | 1 | 8 | 61 | 3B |
| Octal | 374 | 116 | 62 | 0 | 105 | 120 | 1 | 10 | 141 | 73 |
| Binary | 11111100 | 1001110 | 110010 | 0 | 1000101 | 1010000 | 1 | 1000 | 1100001 | 111011 |
Color Harmonies of #FC4E32
Complementary color
Monochromatic Colors of #FC4E32
Black with #FC4E32
Text Example
Text Example
White with #FC4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E32; }
p { color: rgb(252,78,50); }
H1.HeaderClassName
{
color: #FC4E32;
}
.AnyTagClassName
{
color: #FC4E32;
}
</style>
background-color css
<style>
a { background-color: #FC4E32; }
a { background-color: rgb(252,78,50); }
div.DivClassName
{
background-color: #FC4E32;
}
.BgClassName
{
background-color: #FC4E32;
}
</style>
border-color css
<style>
span { border-color: #FC4E32; }
span { border-color: rgb(252,78,50); }
td.TdClassName
{
border-color: #FC4E32;
}
.TagClassName
{
border-color: #FC4E32;
}
</style>