Shades of Sun #FE863F
Tints of Sun #FE863F
RGB
CMYK
RGB Variations
Color information
#FE863F (or 0xFE863F) is known color: Sun. HEX triplet: FE, 86 and 3F. RGB value is (254,134,63). Sum of RGB (Red+Green+Blue) = 254+134+63=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE863F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE863F is #0179C0. Grayscale: #A2A2A2. Windows color (decimal): -96705 or 4163326. OLE color: 4163326.
HSL color Cylindrical-coordinate representation of color #FE863F: hue angle of 22.3º 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 #FE863F is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 63 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.00 |
| HSL | 22.3º | 0.99% | 0.62% | - |
| HSV(B) | 22.3º | 0.75% | 1% | - |
| XYZ | 50.3 | 38.48 | 9.48 | - |
| YUV | 161.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 63 | 0 | 0.47 | 0.75 | 0.00 | 22.3 | 0.99 | 0.62 |
| Hex | FE | 86 | 3F | 0 | 2F | 4B | 0 | 16 | 63 | 3E |
| Octal | 376 | 206 | 77 | 0 | 57 | 113 | 0 | 26 | 143 | 76 |
| Binary | 11111110 | 10000110 | 111111 | 0 | 101111 | 1001011 | 0 | 10110 | 1100011 | 111110 |
Color Harmonies of #FE863F
Complementary color
Monochromatic Colors of #FE863F
Black with #FE863F
Text Example
Text Example
White with #FE863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE863F; }
p { color: rgb(254,134,63); }
H1.HeaderClassName
{
color: #FE863F;
}
.AnyTagClassName
{
color: #FE863F;
}
</style>
background-color css
<style>
a { background-color: #FE863F; }
a { background-color: rgb(254,134,63); }
div.DivClassName
{
background-color: #FE863F;
}
.BgClassName
{
background-color: #FE863F;
}
</style>
border-color css
<style>
span { border-color: #FE863F; }
span { border-color: rgb(254,134,63); }
td.TdClassName
{
border-color: #FE863F;
}
.TagClassName
{
border-color: #FE863F;
}
</style>