Shades of Sunshade #FE9B45
Tints of Sunshade #FE9B45
RGB
CMYK
RGB Variations
Color information
#FE9B45 (or 0xFE9B45) is known color: Sunshade. HEX triplet: FE, 9B and 45. RGB value is (254,155,69). Sum of RGB (Red+Green+Blue) = 254+155+69=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B45 is #0164BA. Grayscale: #AFAFAF. Windows color (decimal): -91323 or 4561918. OLE color: 4561918.
HSL color Cylindrical-coordinate representation of color #FE9B45: hue angle of 27.89º 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 #FE9B45 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 69 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.00 |
| HSL | 27.89º | 0.99% | 0.63% | - |
| HSV(B) | 27.89º | 0.73% | 1% | - |
| XYZ | 53.67 | 44.94 | 11.48 | - |
| YUV | 174.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 69 | 0 | 0.39 | 0.73 | 0.00 | 27.89 | 0.99 | 0.63 |
| Hex | FE | 9B | 45 | 0 | 27 | 49 | 0 | 1C | 63 | 3F |
| Octal | 376 | 233 | 105 | 0 | 47 | 111 | 0 | 34 | 143 | 77 |
| Binary | 11111110 | 10011011 | 1000101 | 0 | 100111 | 1001001 | 0 | 11100 | 1100011 | 111111 |
Color Harmonies of #FE9B45
Complementary color
Monochromatic Colors of #FE9B45
Black with #FE9B45
Text Example
Text Example
White with #FE9B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B45; }
p { color: rgb(254,155,69); }
H1.HeaderClassName
{
color: #FE9B45;
}
.AnyTagClassName
{
color: #FE9B45;
}
</style>
background-color css
<style>
a { background-color: #FE9B45; }
a { background-color: rgb(254,155,69); }
div.DivClassName
{
background-color: #FE9B45;
}
.BgClassName
{
background-color: #FE9B45;
}
</style>
border-color css
<style>
span { border-color: #FE9B45; }
span { border-color: rgb(254,155,69); }
td.TdClassName
{
border-color: #FE9B45;
}
.TagClassName
{
border-color: #FE9B45;
}
</style>