Shades of Sunshade #FE9F50
Tints of Sunshade #FE9F50
RGB
CMYK
RGB Variations
Color information
#FE9F50 (or 0xFE9F50) is known color: Sunshade. HEX triplet: FE, 9F and 50. RGB value is (254,159,80). Sum of RGB (Red+Green+Blue) = 254+159+80=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F50 is #0160AF. Grayscale: #B2B2B2. Windows color (decimal): -90288 or 5283838. OLE color: 5283838.
HSL color Cylindrical-coordinate representation of color #FE9F50: hue angle of 27.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE9F50 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 80 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.00 |
| HSL | 27.24º | 0.99% | 0.65% | - |
| HSV(B) | 27.24º | 0.69% | 1% | - |
| XYZ | 54.72 | 46.45 | 13.67 | - |
| YUV | 178.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 80 | 0 | 0.37 | 0.69 | 0.00 | 27.24 | 0.99 | 0.65 |
| Hex | FE | 9F | 50 | 0 | 25 | 45 | 0 | 1B | 63 | 41 |
| Octal | 376 | 237 | 120 | 0 | 45 | 105 | 0 | 33 | 143 | 101 |
| Binary | 11111110 | 10011111 | 1010000 | 0 | 100101 | 1000101 | 0 | 11011 | 1100011 | 1000001 |
Color Harmonies of #FE9F50
Complementary color
Monochromatic Colors of #FE9F50
Black with #FE9F50
Text Example
Text Example
White with #FE9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F50; }
p { color: rgb(254,159,80); }
H1.HeaderClassName
{
color: #FE9F50;
}
.AnyTagClassName
{
color: #FE9F50;
}
</style>
background-color css
<style>
a { background-color: #FE9F50; }
a { background-color: rgb(254,159,80); }
div.DivClassName
{
background-color: #FE9F50;
}
.BgClassName
{
background-color: #FE9F50;
}
</style>
border-color css
<style>
span { border-color: #FE9F50; }
span { border-color: rgb(254,159,80); }
td.TdClassName
{
border-color: #FE9F50;
}
.TagClassName
{
border-color: #FE9F50;
}
</style>