Shades of Sunshade #FE9640
Tints of Sunshade #FE9640
RGB
CMYK
RGB Variations
Color information
#FE9640 (or 0xFE9640) is known color: Sunshade. HEX triplet: FE, 96 and 40. RGB value is (254,150,64). Sum of RGB (Red+Green+Blue) = 254+150+64=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9640 is #0169BF. Grayscale: #ABABAB. Windows color (decimal): -92608 or 4232958. OLE color: 4232958.
HSL color Cylindrical-coordinate representation of color #FE9640: hue angle of 27.16º 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 #FE9640 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 64 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.00 |
| HSL | 27.16º | 0.99% | 0.62% | - |
| HSV(B) | 27.16º | 0.75% | 1% | - |
| XYZ | 52.7 | 43.25 | 10.42 | - |
| YUV | 171.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 64 | 0 | 0.41 | 0.75 | 0.00 | 27.16 | 0.99 | 0.62 |
| Hex | FE | 96 | 40 | 0 | 29 | 4B | 0 | 1B | 63 | 3E |
| Octal | 376 | 226 | 100 | 0 | 51 | 113 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010110 | 1000000 | 0 | 101001 | 1001011 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE9640
Complementary color
Monochromatic Colors of #FE9640
Black with #FE9640
Text Example
Text Example
White with #FE9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9640; }
p { color: rgb(254,150,64); }
H1.HeaderClassName
{
color: #FE9640;
}
.AnyTagClassName
{
color: #FE9640;
}
</style>
background-color css
<style>
a { background-color: #FE9640; }
a { background-color: rgb(254,150,64); }
div.DivClassName
{
background-color: #FE9640;
}
.BgClassName
{
background-color: #FE9640;
}
</style>
border-color css
<style>
span { border-color: #FE9640; }
span { border-color: rgb(254,150,64); }
td.TdClassName
{
border-color: #FE9640;
}
.TagClassName
{
border-color: #FE9640;
}
</style>