Shades of Sunset Orange #FE563E
Tints of Sunset Orange #FE563E
RGB
CMYK
RGB Variations
Color information
#FE563E (or 0xFE563E) is known color: Sunset Orange. HEX triplet: FE, 56 and 3E. RGB value is (254,86,62). Sum of RGB (Red+Green+Blue) = 254+86+62=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE563E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE563E is #01A9C1. Grayscale: #858585. Windows color (decimal): -108994 or 4085502. OLE color: 4085502.
HSL color Cylindrical-coordinate representation of color #FE563E: hue angle of 7.5º 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 #FE563E is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 62 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.00 |
| HSL | 7.5º | 0.99% | 0.62% | - |
| HSV(B) | 7.5º | 0.76% | 1% | - |
| XYZ | 45.07 | 28.07 | 7.6 | - |
| YUV | 133.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 62 | 0 | 0.66 | 0.76 | 0.00 | 7.5 | 0.99 | 0.62 |
| Hex | FE | 56 | 3E | 0 | 42 | 4C | 0 | 8 | 63 | 3E |
| Octal | 376 | 126 | 76 | 0 | 102 | 114 | 0 | 10 | 143 | 76 |
| Binary | 11111110 | 1010110 | 111110 | 0 | 1000010 | 1001100 | 0 | 1000 | 1100011 | 111110 |
Color Harmonies of #FE563E
Complementary color
Monochromatic Colors of #FE563E
Black with #FE563E
Text Example
Text Example
White with #FE563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE563E; }
p { color: rgb(254,86,62); }
H1.HeaderClassName
{
color: #FE563E;
}
.AnyTagClassName
{
color: #FE563E;
}
</style>
background-color css
<style>
a { background-color: #FE563E; }
a { background-color: rgb(254,86,62); }
div.DivClassName
{
background-color: #FE563E;
}
.BgClassName
{
background-color: #FE563E;
}
</style>
border-color css
<style>
span { border-color: #FE563E; }
span { border-color: rgb(254,86,62); }
td.TdClassName
{
border-color: #FE563E;
}
.TagClassName
{
border-color: #FE563E;
}
</style>