Shades of Sunset Orange #FE463B
Tints of Sunset Orange #FE463B
RGB
CMYK
RGB Variations
Color information
#FE463B (or 0xFE463B) is known color: Sunset Orange. HEX triplet: FE, 46 and 3B. RGB value is (254,70,59). Sum of RGB (Red+Green+Blue) = 254+70+59=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE463B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE463B is #01B9C4. Grayscale: #7B7B7B. Windows color (decimal): -113093 or 3884798. OLE color: 3884798.
HSL color Cylindrical-coordinate representation of color #FE463B: hue angle of 3.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE463B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 59 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.00 |
| HSL | 3.38º | 0.99% | 0.61% | - |
| HSV(B) | 3.38º | 0.77% | 1% | - |
| XYZ | 43.85 | 25.77 | 6.8 | - |
| YUV | 123.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 59 | 0 | 0.72 | 0.77 | 0.00 | 3.38 | 0.99 | 0.61 |
| Hex | FE | 46 | 3B | 0 | 48 | 4D | 0 | 3 | 63 | 3D |
| Octal | 376 | 106 | 73 | 0 | 110 | 115 | 0 | 3 | 143 | 75 |
| Binary | 11111110 | 1000110 | 111011 | 0 | 1001000 | 1001101 | 0 | 11 | 1100011 | 111101 |
Color Harmonies of #FE463B
Complementary color
Monochromatic Colors of #FE463B
Black with #FE463B
Text Example
Text Example
White with #FE463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE463B; }
p { color: rgb(254,70,59); }
H1.HeaderClassName
{
color: #FE463B;
}
.AnyTagClassName
{
color: #FE463B;
}
</style>
background-color css
<style>
a { background-color: #FE463B; }
a { background-color: rgb(254,70,59); }
div.DivClassName
{
background-color: #FE463B;
}
.BgClassName
{
background-color: #FE463B;
}
</style>
border-color css
<style>
span { border-color: #FE463B; }
span { border-color: rgb(254,70,59); }
td.TdClassName
{
border-color: #FE463B;
}
.TagClassName
{
border-color: #FE463B;
}
</style>