Shades of Sunset Orange #FC4C3E
Tints of Sunset Orange #FC4C3E
RGB
CMYK
RGB Variations
Color information
#FC4C3E (or 0xFC4C3E) is known color: Sunset Orange. HEX triplet: FC, 4C and 3E. RGB value is (252,76,62). Sum of RGB (Red+Green+Blue) = 252+76+62=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C3E is #03B3C1. Grayscale: #7F7F7F. Windows color (decimal): -242626 or 4082940. OLE color: 4082940.
HSL color Cylindrical-coordinate representation of color #FC4C3E: hue angle of 4.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4C3E is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 62 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.01 |
| HSL | 4.42º | 0.97% | 0.62% | - |
| HSV(B) | 4.42º | 0.75% | 0.99% | - |
| XYZ | 43.6 | 26.21 | 7.32 | - |
| YUV | 127.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 62 | 0 | 0.70 | 0.75 | 0.01 | 4.42 | 0.97 | 0.62 |
| Hex | FC | 4C | 3E | 0 | 46 | 4B | 1 | 4 | 61 | 3E |
| Octal | 374 | 114 | 76 | 0 | 106 | 113 | 1 | 4 | 141 | 76 |
| Binary | 11111100 | 1001100 | 111110 | 0 | 1000110 | 1001011 | 1 | 100 | 1100001 | 111110 |
Color Harmonies of #FC4C3E
Complementary color
Monochromatic Colors of #FC4C3E
Black with #FC4C3E
Text Example
Text Example
White with #FC4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C3E; }
p { color: rgb(252,76,62); }
H1.HeaderClassName
{
color: #FC4C3E;
}
.AnyTagClassName
{
color: #FC4C3E;
}
</style>
background-color css
<style>
a { background-color: #FC4C3E; }
a { background-color: rgb(252,76,62); }
div.DivClassName
{
background-color: #FC4C3E;
}
.BgClassName
{
background-color: #FC4C3E;
}
</style>
border-color css
<style>
span { border-color: #FC4C3E; }
span { border-color: rgb(252,76,62); }
td.TdClassName
{
border-color: #FC4C3E;
}
.TagClassName
{
border-color: #FC4C3E;
}
</style>