Shades of Sunshade #FE9540
Tints of Sunshade #FE9540
RGB
CMYK
RGB Variations
Color information
#FE9540 (or 0xFE9540) is known color: Sunshade. HEX triplet: FE, 95 and 40. RGB value is (254,149,64). Sum of RGB (Red+Green+Blue) = 254+149+64=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9540 is #016ABF. Grayscale: #ABABAB. Windows color (decimal): -92864 or 4232702. OLE color: 4232702.
HSL color Cylindrical-coordinate representation of color #FE9540: hue angle of 26.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE9540 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 64 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.00 |
| HSL | 26.84º | 0.99% | 0.62% | - |
| HSV(B) | 26.84º | 0.75% | 1% | - |
| XYZ | 52.55 | 42.94 | 10.37 | - |
| YUV | 170.71 | 67.79 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 64 | 0 | 0.41 | 0.75 | 0.00 | 26.84 | 0.99 | 0.62 |
| Hex | FE | 95 | 40 | 0 | 29 | 4B | 0 | 1B | 63 | 3E |
| Octal | 376 | 225 | 100 | 0 | 51 | 113 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010101 | 1000000 | 0 | 101001 | 1001011 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE9540
Complementary color
Monochromatic Colors of #FE9540
Black with #FE9540
Text Example
Text Example
White with #FE9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9540; }
p { color: rgb(254,149,64); }
H1.HeaderClassName
{
color: #FE9540;
}
.AnyTagClassName
{
color: #FE9540;
}
</style>
background-color css
<style>
a { background-color: #FE9540; }
a { background-color: rgb(254,149,64); }
div.DivClassName
{
background-color: #FE9540;
}
.BgClassName
{
background-color: #FE9540;
}
</style>
border-color css
<style>
span { border-color: #FE9540; }
span { border-color: rgb(254,149,64); }
td.TdClassName
{
border-color: #FE9540;
}
.TagClassName
{
border-color: #FE9540;
}
</style>