Shades of Sunshade #FE983F
Tints of Sunshade #FE983F
RGB
CMYK
RGB Variations
Color information
#FE983F (or 0xFE983F) is known color: Sunshade. HEX triplet: FE, 98 and 3F. RGB value is (254,152,63). Sum of RGB (Red+Green+Blue) = 254+152+63=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE983F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE983F is #0167C0. Grayscale: #ACACAC. Windows color (decimal): -92097 or 4167934. OLE color: 4167934.
HSL color Cylindrical-coordinate representation of color #FE983F: hue angle of 27.96º 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 #FE983F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 63 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.00 |
| HSL | 27.96º | 0.99% | 0.62% | - |
| HSV(B) | 27.96º | 0.75% | 1% | - |
| XYZ | 53 | 43.89 | 10.38 | - |
| YUV | 172.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 63 | 0 | 0.40 | 0.75 | 0.00 | 27.96 | 0.99 | 0.62 |
| Hex | FE | 98 | 3F | 0 | 28 | 4B | 0 | 1C | 63 | 3E |
| Octal | 376 | 230 | 77 | 0 | 50 | 113 | 0 | 34 | 143 | 76 |
| Binary | 11111110 | 10011000 | 111111 | 0 | 101000 | 1001011 | 0 | 11100 | 1100011 | 111110 |
Color Harmonies of #FE983F
Complementary color
Monochromatic Colors of #FE983F
Black with #FE983F
Text Example
Text Example
White with #FE983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE983F; }
p { color: rgb(254,152,63); }
H1.HeaderClassName
{
color: #FE983F;
}
.AnyTagClassName
{
color: #FE983F;
}
</style>
background-color css
<style>
a { background-color: #FE983F; }
a { background-color: rgb(254,152,63); }
div.DivClassName
{
background-color: #FE983F;
}
.BgClassName
{
background-color: #FE983F;
}
</style>
border-color css
<style>
span { border-color: #FE983F; }
span { border-color: rgb(254,152,63); }
td.TdClassName
{
border-color: #FE983F;
}
.TagClassName
{
border-color: #FE983F;
}
</style>