Shades of Sunset Orange #FF4E3D
Tints of Sunset Orange #FF4E3D
RGB
CMYK
RGB Variations
Color information
#FF4E3D (or 0xFF4E3D) is known color: Sunset Orange. HEX triplet: FF, 4E and 3D. RGB value is (255,78,61). Sum of RGB (Red+Green+Blue) = 255+78+61=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E3D is #00B1C2. Grayscale: #818181. Windows color (decimal): -45507 or 4017919. OLE color: 4017919.
HSL color Cylindrical-coordinate representation of color #FF4E3D: hue angle of 5.26º 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 #FF4E3D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 61 | - |
| CMYK | 0 | 0.69 | 0.76 | 0 |
| HSL | 5.26º | 1% | 0.62% | - |
| HSV(B) | 5.26º | 0.76% | 1% | - |
| XYZ | 44.81 | 27.05 | 7.27 | - |
| YUV | 128.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 61 | 0 | 0.69 | 0.76 | 0 | 5.26 | 1 | 0.62 |
| Hex | FF | 4E | 3D | 0 | 45 | 4C | 0 | 5 | 64 | 3E |
| Octal | 377 | 116 | 75 | 0 | 105 | 114 | 0 | 5 | 144 | 76 |
| Binary | 11111111 | 1001110 | 111101 | 0 | 1000101 | 1001100 | 0 | 101 | 1100100 | 111110 |
Color Harmonies of #FF4E3D
Complementary color
Monochromatic Colors of #FF4E3D
Black with #FF4E3D
Text Example
Text Example
White with #FF4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E3D; }
p { color: rgb(255,78,61); }
H1.HeaderClassName
{
color: #FF4E3D;
}
.AnyTagClassName
{
color: #FF4E3D;
}
</style>
background-color css
<style>
a { background-color: #FF4E3D; }
a { background-color: rgb(255,78,61); }
div.DivClassName
{
background-color: #FF4E3D;
}
.BgClassName
{
background-color: #FF4E3D;
}
</style>
border-color css
<style>
span { border-color: #FF4E3D; }
span { border-color: rgb(255,78,61); }
td.TdClassName
{
border-color: #FF4E3D;
}
.TagClassName
{
border-color: #FF4E3D;
}
</style>