Shades of Sunset Orange #FE463D
Tints of Sunset Orange #FE463D
RGB
CMYK
RGB Variations
Color information
#FE463D (or 0xFE463D) is known color: Sunset Orange. HEX triplet: FE, 46 and 3D. RGB value is (254,70,61). Sum of RGB (Red+Green+Blue) = 254+70+61=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE463D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE463D is #01B9C2. Grayscale: #7C7C7C. Windows color (decimal): -113091 or 4015870. OLE color: 4015870.
HSL color Cylindrical-coordinate representation of color #FE463D: hue angle of 2.8º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE463D is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 61 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.00 |
| HSL | 2.8º | 0.99% | 0.62% | - |
| HSV(B) | 2.8º | 0.76% | 1% | - |
| XYZ | 43.91 | 25.79 | 7.08 | - |
| YUV | 123.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 61 | 0 | 0.72 | 0.76 | 0.00 | 2.8 | 0.99 | 0.62 |
| Hex | FE | 46 | 3D | 0 | 48 | 4C | 0 | 3 | 63 | 3E |
| Octal | 376 | 106 | 75 | 0 | 110 | 114 | 0 | 3 | 143 | 76 |
| Binary | 11111110 | 1000110 | 111101 | 0 | 1001000 | 1001100 | 0 | 11 | 1100011 | 111110 |
Color Harmonies of #FE463D
Complementary color
Monochromatic Colors of #FE463D
Black with #FE463D
Text Example
Text Example
White with #FE463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE463D; }
p { color: rgb(254,70,61); }
H1.HeaderClassName
{
color: #FE463D;
}
.AnyTagClassName
{
color: #FE463D;
}
</style>
background-color css
<style>
a { background-color: #FE463D; }
a { background-color: rgb(254,70,61); }
div.DivClassName
{
background-color: #FE463D;
}
.BgClassName
{
background-color: #FE463D;
}
</style>
border-color css
<style>
span { border-color: #FE463D; }
span { border-color: rgb(254,70,61); }
td.TdClassName
{
border-color: #FE463D;
}
.TagClassName
{
border-color: #FE463D;
}
</style>