Shades of Sunshade #FE9F42
Tints of Sunshade #FE9F42
RGB
CMYK
RGB Variations
Color information
#FE9F42 (or 0xFE9F42) is known color: Sunshade. HEX triplet: FE, 9F and 42. RGB value is (254,159,66). Sum of RGB (Red+Green+Blue) = 254+159+66=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F42 is #0160BD. Grayscale: #B1B1B1. Windows color (decimal): -90302 or 4366334. OLE color: 4366334.
HSL color Cylindrical-coordinate representation of color #FE9F42: hue angle of 29.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE9F42 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 66 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.00 |
| HSL | 29.68º | 0.99% | 0.63% | - |
| HSV(B) | 29.68º | 0.74% | 1% | - |
| XYZ | 54.25 | 46.26 | 11.22 | - |
| YUV | 176.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 66 | 0 | 0.37 | 0.74 | 0.00 | 29.68 | 0.99 | 0.63 |
| Hex | FE | 9F | 42 | 0 | 25 | 4A | 0 | 1E | 63 | 3F |
| Octal | 376 | 237 | 102 | 0 | 45 | 112 | 0 | 36 | 143 | 77 |
| Binary | 11111110 | 10011111 | 1000010 | 0 | 100101 | 1001010 | 0 | 11110 | 1100011 | 111111 |
Color Harmonies of #FE9F42
Complementary color
Monochromatic Colors of #FE9F42
Black with #FE9F42
Text Example
Text Example
White with #FE9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F42; }
p { color: rgb(254,159,66); }
H1.HeaderClassName
{
color: #FE9F42;
}
.AnyTagClassName
{
color: #FE9F42;
}
</style>
background-color css
<style>
a { background-color: #FE9F42; }
a { background-color: rgb(254,159,66); }
div.DivClassName
{
background-color: #FE9F42;
}
.BgClassName
{
background-color: #FE9F42;
}
</style>
border-color css
<style>
span { border-color: #FE9F42; }
span { border-color: rgb(254,159,66); }
td.TdClassName
{
border-color: #FE9F42;
}
.TagClassName
{
border-color: #FE9F42;
}
</style>