Shades of Sunshade #FE9455
Tints of Sunshade #FE9455
RGB
CMYK
RGB Variations
Color information
#FE9455 (or 0xFE9455) is known color: Sunshade. HEX triplet: FE, 94 and 55. RGB value is (254,148,85). Sum of RGB (Red+Green+Blue) = 254+148+85=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9455 is #016BAA. Grayscale: #ACACAC. Windows color (decimal): -93099 or 5608702. OLE color: 5608702.
HSL color Cylindrical-coordinate representation of color #FE9455: hue angle of 22.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE9455 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 85 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.00 |
| HSL | 22.37º | 0.99% | 0.66% | - |
| HSV(B) | 22.37º | 0.67% | 1% | - |
| XYZ | 53.1 | 42.91 | 14.08 | - |
| YUV | 172.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 85 | 0 | 0.42 | 0.67 | 0.00 | 22.37 | 0.99 | 0.66 |
| Hex | FE | 94 | 55 | 0 | 2A | 43 | 0 | 16 | 63 | 42 |
| Octal | 376 | 224 | 125 | 0 | 52 | 103 | 0 | 26 | 143 | 102 |
| Binary | 11111110 | 10010100 | 1010101 | 0 | 101010 | 1000011 | 0 | 10110 | 1100011 | 1000010 |
Color Harmonies of #FE9455
Complementary color
Monochromatic Colors of #FE9455
Black with #FE9455
Text Example
Text Example
White with #FE9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9455; }
p { color: rgb(254,148,85); }
H1.HeaderClassName
{
color: #FE9455;
}
.AnyTagClassName
{
color: #FE9455;
}
</style>
background-color css
<style>
a { background-color: #FE9455; }
a { background-color: rgb(254,148,85); }
div.DivClassName
{
background-color: #FE9455;
}
.BgClassName
{
background-color: #FE9455;
}
</style>
border-color css
<style>
span { border-color: #FE9455; }
span { border-color: rgb(254,148,85); }
td.TdClassName
{
border-color: #FE9455;
}
.TagClassName
{
border-color: #FE9455;
}
</style>