Shades of Sunshade #FE8E45
Tints of Sunshade #FE8E45
RGB
CMYK
RGB Variations
Color information
#FE8E45 (or 0xFE8E45) is known color: Sunshade. HEX triplet: FE, 8E and 45. RGB value is (254,142,69). Sum of RGB (Red+Green+Blue) = 254+142+69=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8E45 is #0171BA. Grayscale: #A7A7A7. Windows color (decimal): -94651 or 4558590. OLE color: 4558590.
HSL color Cylindrical-coordinate representation of color #FE8E45: hue angle of 23.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE8E45 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 69 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.00 |
| HSL | 23.68º | 0.99% | 0.63% | - |
| HSV(B) | 23.68º | 0.73% | 1% | - |
| XYZ | 51.62 | 40.85 | 10.79 | - |
| YUV | 167.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 69 | 0 | 0.44 | 0.73 | 0.00 | 23.68 | 0.99 | 0.63 |
| Hex | FE | 8E | 45 | 0 | 2C | 49 | 0 | 18 | 63 | 3F |
| Octal | 376 | 216 | 105 | 0 | 54 | 111 | 0 | 30 | 143 | 77 |
| Binary | 11111110 | 10001110 | 1000101 | 0 | 101100 | 1001001 | 0 | 11000 | 1100011 | 111111 |
Color Harmonies of #FE8E45
Complementary color
Monochromatic Colors of #FE8E45
Black with #FE8E45
Text Example
Text Example
White with #FE8E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8E45; }
p { color: rgb(254,142,69); }
H1.HeaderClassName
{
color: #FE8E45;
}
.AnyTagClassName
{
color: #FE8E45;
}
</style>
background-color css
<style>
a { background-color: #FE8E45; }
a { background-color: rgb(254,142,69); }
div.DivClassName
{
background-color: #FE8E45;
}
.BgClassName
{
background-color: #FE8E45;
}
</style>
border-color css
<style>
span { border-color: #FE8E45; }
span { border-color: rgb(254,142,69); }
td.TdClassName
{
border-color: #FE8E45;
}
.TagClassName
{
border-color: #FE8E45;
}
</style>