Shades of Sunset Orange #FC4E31
Tints of Sunset Orange #FC4E31
RGB
CMYK
RGB Variations
Color information
#FC4E31 (or 0xFC4E31) is known color: Sunset Orange. HEX triplet: FC, 4E and 31. RGB value is (252,78,49). Sum of RGB (Red+Green+Blue) = 252+78+49=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E31 is #03B1CE. Grayscale: #7F7F7F. Windows color (decimal): -242127 or 3231484. OLE color: 3231484.
HSL color Cylindrical-coordinate representation of color #FC4E31: hue angle of 8.57º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC4E31 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 49 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.01 |
| HSL | 8.57º | 0.97% | 0.59% | - |
| HSV(B) | 8.57º | 0.81% | 0.99% | - |
| XYZ | 43.42 | 26.37 | 5.71 | - |
| YUV | 126.72 | 84.15 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 49 | 0 | 0.69 | 0.81 | 0.01 | 8.57 | 0.97 | 0.59 |
| Hex | FC | 4E | 31 | 0 | 45 | 51 | 1 | 9 | 61 | 3B |
| Octal | 374 | 116 | 61 | 0 | 105 | 121 | 1 | 11 | 141 | 73 |
| Binary | 11111100 | 1001110 | 110001 | 0 | 1000101 | 1010001 | 1 | 1001 | 1100001 | 111011 |
Color Harmonies of #FC4E31
Complementary color
Monochromatic Colors of #FC4E31
Black with #FC4E31
Text Example
Text Example
White with #FC4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E31; }
p { color: rgb(252,78,49); }
H1.HeaderClassName
{
color: #FC4E31;
}
.AnyTagClassName
{
color: #FC4E31;
}
</style>
background-color css
<style>
a { background-color: #FC4E31; }
a { background-color: rgb(252,78,49); }
div.DivClassName
{
background-color: #FC4E31;
}
.BgClassName
{
background-color: #FC4E31;
}
</style>
border-color css
<style>
span { border-color: #FC4E31; }
span { border-color: rgb(252,78,49); }
td.TdClassName
{
border-color: #FC4E31;
}
.TagClassName
{
border-color: #FC4E31;
}
</style>