Shades of Sunshade #FE9D3F
Tints of Sunshade #FE9D3F
RGB
CMYK
RGB Variations
Color information
#FE9D3F (or 0xFE9D3F) is known color: Sunshade. HEX triplet: FE, 9D and 3F. RGB value is (254,157,63). Sum of RGB (Red+Green+Blue) = 254+157+63=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9D3F is #0162C0. Grayscale: #AFAFAF. Windows color (decimal): -90817 or 4169214. OLE color: 4169214.
HSL color Cylindrical-coordinate representation of color #FE9D3F: hue angle of 29.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE9D3F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 63 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.00 |
| HSL | 29.53º | 0.99% | 0.62% | - |
| HSV(B) | 29.53º | 0.75% | 1% | - |
| XYZ | 53.83 | 45.54 | 10.66 | - |
| YUV | 175.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 63 | 0 | 0.38 | 0.75 | 0.00 | 29.53 | 0.99 | 0.62 |
| Hex | FE | 9D | 3F | 0 | 26 | 4B | 0 | 1E | 63 | 3E |
| Octal | 376 | 235 | 77 | 0 | 46 | 113 | 0 | 36 | 143 | 76 |
| Binary | 11111110 | 10011101 | 111111 | 0 | 100110 | 1001011 | 0 | 11110 | 1100011 | 111110 |
Color Harmonies of #FE9D3F
Complementary color
Monochromatic Colors of #FE9D3F
Black with #FE9D3F
Text Example
Text Example
White with #FE9D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D3F; }
p { color: rgb(254,157,63); }
H1.HeaderClassName
{
color: #FE9D3F;
}
.AnyTagClassName
{
color: #FE9D3F;
}
</style>
background-color css
<style>
a { background-color: #FE9D3F; }
a { background-color: rgb(254,157,63); }
div.DivClassName
{
background-color: #FE9D3F;
}
.BgClassName
{
background-color: #FE9D3F;
}
</style>
border-color css
<style>
span { border-color: #FE9D3F; }
span { border-color: rgb(254,157,63); }
td.TdClassName
{
border-color: #FE9D3F;
}
.TagClassName
{
border-color: #FE9D3F;
}
</style>