Shades of Sunshade #FE993F
Tints of Sunshade #FE993F
RGB
CMYK
RGB Variations
Color information
#FE993F (or 0xFE993F) is known color: Sunshade. HEX triplet: FE, 99 and 3F. RGB value is (254,153,63). Sum of RGB (Red+Green+Blue) = 254+153+63=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE993F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE993F is #0166C0. Grayscale: #ADADAD. Windows color (decimal): -91841 or 4168190. OLE color: 4168190.
HSL color Cylindrical-coordinate representation of color #FE993F: hue angle of 28.27º 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 #FE993F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 63 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.00 |
| HSL | 28.27º | 0.99% | 0.62% | - |
| HSV(B) | 28.27º | 0.75% | 1% | - |
| XYZ | 53.16 | 44.21 | 10.43 | - |
| YUV | 172.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 63 | 0 | 0.40 | 0.75 | 0.00 | 28.27 | 0.99 | 0.62 |
| Hex | FE | 99 | 3F | 0 | 28 | 4B | 0 | 1C | 63 | 3E |
| Octal | 376 | 231 | 77 | 0 | 50 | 113 | 0 | 34 | 143 | 76 |
| Binary | 11111110 | 10011001 | 111111 | 0 | 101000 | 1001011 | 0 | 11100 | 1100011 | 111110 |
Color Harmonies of #FE993F
Complementary color
Monochromatic Colors of #FE993F
Black with #FE993F
Text Example
Text Example
White with #FE993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE993F; }
p { color: rgb(254,153,63); }
H1.HeaderClassName
{
color: #FE993F;
}
.AnyTagClassName
{
color: #FE993F;
}
</style>
background-color css
<style>
a { background-color: #FE993F; }
a { background-color: rgb(254,153,63); }
div.DivClassName
{
background-color: #FE993F;
}
.BgClassName
{
background-color: #FE993F;
}
</style>
border-color css
<style>
span { border-color: #FE993F; }
span { border-color: rgb(254,153,63); }
td.TdClassName
{
border-color: #FE993F;
}
.TagClassName
{
border-color: #FE993F;
}
</style>