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