Shades of Sunset Orange #FF4C3E
Tints of Sunset Orange #FF4C3E
RGB
CMYK
RGB Variations
Color information
#FF4C3E (or 0xFF4C3E) is known color: Sunset Orange. HEX triplet: FF, 4C and 3E. RGB value is (255,76,62). Sum of RGB (Red+Green+Blue) = 255+76+62=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C3E is #00B3C1. Grayscale: #808080. Windows color (decimal): -46018 or 4082943. OLE color: 4082943.
HSL color Cylindrical-coordinate representation of color #FF4C3E: hue angle of 4.35º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF4C3E is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 62 | - |
| CMYK | 0 | 0.70 | 0.76 | 0 |
| HSL | 4.35º | 1% | 0.62% | - |
| HSV(B) | 4.35º | 0.76% | 1% | - |
| XYZ | 44.69 | 26.78 | 7.37 | - |
| YUV | 127.93 | 90.8 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 62 | 0 | 0.70 | 0.76 | 0 | 4.35 | 1 | 0.62 |
| Hex | FF | 4C | 3E | 0 | 46 | 4C | 0 | 4 | 64 | 3E |
| Octal | 377 | 114 | 76 | 0 | 106 | 114 | 0 | 4 | 144 | 76 |
| Binary | 11111111 | 1001100 | 111110 | 0 | 1000110 | 1001100 | 0 | 100 | 1100100 | 111110 |
Color Harmonies of #FF4C3E
Complementary color
Monochromatic Colors of #FF4C3E
Black with #FF4C3E
Text Example
Text Example
White with #FF4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C3E; }
p { color: rgb(255,76,62); }
H1.HeaderClassName
{
color: #FF4C3E;
}
.AnyTagClassName
{
color: #FF4C3E;
}
</style>
background-color css
<style>
a { background-color: #FF4C3E; }
a { background-color: rgb(255,76,62); }
div.DivClassName
{
background-color: #FF4C3E;
}
.BgClassName
{
background-color: #FF4C3E;
}
</style>
border-color css
<style>
span { border-color: #FF4C3E; }
span { border-color: rgb(255,76,62); }
td.TdClassName
{
border-color: #FF4C3E;
}
.TagClassName
{
border-color: #FF4C3E;
}
</style>