Shades of Sunshade #FE9440
Tints of Sunshade #FE9440
RGB
CMYK
RGB Variations
Color information
#FE9440 (or 0xFE9440) is known color: Sunshade. HEX triplet: FE, 94 and 40. RGB value is (254,148,64). Sum of RGB (Red+Green+Blue) = 254+148+64=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9440 is #016BBF. Grayscale: #AAAAAA. Windows color (decimal): -93120 or 4232446. OLE color: 4232446.
HSL color Cylindrical-coordinate representation of color #FE9440: hue angle of 26.53º 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 #FE9440 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 64 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.00 |
| HSL | 26.53º | 0.99% | 0.62% | - |
| HSV(B) | 26.53º | 0.75% | 1% | - |
| XYZ | 52.39 | 42.62 | 10.32 | - |
| YUV | 170.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 64 | 0 | 0.42 | 0.75 | 0.00 | 26.53 | 0.99 | 0.62 |
| Hex | FE | 94 | 40 | 0 | 2A | 4B | 0 | 1B | 63 | 3E |
| Octal | 376 | 224 | 100 | 0 | 52 | 113 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010100 | 1000000 | 0 | 101010 | 1001011 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE9440
Complementary color
Monochromatic Colors of #FE9440
Black with #FE9440
Text Example
Text Example
White with #FE9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9440; }
p { color: rgb(254,148,64); }
H1.HeaderClassName
{
color: #FE9440;
}
.AnyTagClassName
{
color: #FE9440;
}
</style>
background-color css
<style>
a { background-color: #FE9440; }
a { background-color: rgb(254,148,64); }
div.DivClassName
{
background-color: #FE9440;
}
.BgClassName
{
background-color: #FE9440;
}
</style>
border-color css
<style>
span { border-color: #FE9440; }
span { border-color: rgb(254,148,64); }
td.TdClassName
{
border-color: #FE9440;
}
.TagClassName
{
border-color: #FE9440;
}
</style>