Shades of Sunshade #FE9349
Tints of Sunshade #FE9349
RGB
CMYK
RGB Variations
Color information
#FE9349 (or 0xFE9349) is known color: Sunshade. HEX triplet: FE, 93 and 49. RGB value is (254,147,73). Sum of RGB (Red+Green+Blue) = 254+147+73=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9349 is #016CB6. Grayscale: #AAAAAA. Windows color (decimal): -93367 or 4822014. OLE color: 4822014.
HSL color Cylindrical-coordinate representation of color #FE9349: hue angle of 24.53º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE9349 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 73 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.00 |
| HSL | 24.53º | 0.99% | 0.64% | - |
| HSV(B) | 24.53º | 0.71% | 1% | - |
| XYZ | 52.51 | 42.42 | 11.72 | - |
| YUV | 170.56 | 72.95 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 73 | 0 | 0.42 | 0.71 | 0.00 | 24.53 | 0.99 | 0.64 |
| Hex | FE | 93 | 49 | 0 | 2A | 47 | 0 | 19 | 63 | 40 |
| Octal | 376 | 223 | 111 | 0 | 52 | 107 | 0 | 31 | 143 | 100 |
| Binary | 11111110 | 10010011 | 1001001 | 0 | 101010 | 1000111 | 0 | 11001 | 1100011 | 1000000 |
Color Harmonies of #FE9349
Complementary color
Monochromatic Colors of #FE9349
Black with #FE9349
Text Example
Text Example
White with #FE9349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9349; }
p { color: rgb(254,147,73); }
H1.HeaderClassName
{
color: #FE9349;
}
.AnyTagClassName
{
color: #FE9349;
}
</style>
background-color css
<style>
a { background-color: #FE9349; }
a { background-color: rgb(254,147,73); }
div.DivClassName
{
background-color: #FE9349;
}
.BgClassName
{
background-color: #FE9349;
}
</style>
border-color css
<style>
span { border-color: #FE9349; }
span { border-color: rgb(254,147,73); }
td.TdClassName
{
border-color: #FE9349;
}
.TagClassName
{
border-color: #FE9349;
}
</style>