Shades of Sunshade #FE9145
Tints of Sunshade #FE9145
RGB
CMYK
RGB Variations
Color information
#FE9145 (or 0xFE9145) is known color: Sunshade. HEX triplet: FE, 91 and 45. RGB value is (254,145,69). Sum of RGB (Red+Green+Blue) = 254+145+69=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9145 is #016EBA. Grayscale: #A9A9A9. Windows color (decimal): -93883 or 4559358. OLE color: 4559358.
HSL color Cylindrical-coordinate representation of color #FE9145: hue angle of 24.65º 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 #FE9145 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 69 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.00 |
| HSL | 24.65º | 0.99% | 0.63% | - |
| HSV(B) | 24.65º | 0.73% | 1% | - |
| XYZ | 52.07 | 41.75 | 10.94 | - |
| YUV | 168.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 69 | 0 | 0.43 | 0.73 | 0.00 | 24.65 | 0.99 | 0.63 |
| Hex | FE | 91 | 45 | 0 | 2B | 49 | 0 | 19 | 63 | 3F |
| Octal | 376 | 221 | 105 | 0 | 53 | 111 | 0 | 31 | 143 | 77 |
| Binary | 11111110 | 10010001 | 1000101 | 0 | 101011 | 1001001 | 0 | 11001 | 1100011 | 111111 |
Color Harmonies of #FE9145
Complementary color
Monochromatic Colors of #FE9145
Black with #FE9145
Text Example
Text Example
White with #FE9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9145; }
p { color: rgb(254,145,69); }
H1.HeaderClassName
{
color: #FE9145;
}
.AnyTagClassName
{
color: #FE9145;
}
</style>
background-color css
<style>
a { background-color: #FE9145; }
a { background-color: rgb(254,145,69); }
div.DivClassName
{
background-color: #FE9145;
}
.BgClassName
{
background-color: #FE9145;
}
</style>
border-color css
<style>
span { border-color: #FE9145; }
span { border-color: rgb(254,145,69); }
td.TdClassName
{
border-color: #FE9145;
}
.TagClassName
{
border-color: #FE9145;
}
</style>