Shades of Sun #FE863B
Tints of Sun #FE863B
RGB
CMYK
RGB Variations
Color information
#FE863B (or 0xFE863B) is known color: Sun. HEX triplet: FE, 86 and 3B. RGB value is (254,134,59). Sum of RGB (Red+Green+Blue) = 254+134+59=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE863B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE863B is #0179C4. Grayscale: #A1A1A1. Windows color (decimal): -96709 or 3901182. OLE color: 3901182.
HSL color Cylindrical-coordinate representation of color #FE863B: hue angle of 23.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE863B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 59 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.00 |
| HSL | 23.08º | 0.99% | 0.61% | - |
| HSV(B) | 23.08º | 0.77% | 1% | - |
| XYZ | 50.19 | 38.44 | 8.91 | - |
| YUV | 161.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 59 | 0 | 0.47 | 0.77 | 0.00 | 23.08 | 0.99 | 0.61 |
| Hex | FE | 86 | 3B | 0 | 2F | 4D | 0 | 17 | 63 | 3D |
| Octal | 376 | 206 | 73 | 0 | 57 | 115 | 0 | 27 | 143 | 75 |
| Binary | 11111110 | 10000110 | 111011 | 0 | 101111 | 1001101 | 0 | 10111 | 1100011 | 111101 |
Color Harmonies of #FE863B
Complementary color
Monochromatic Colors of #FE863B
Black with #FE863B
Text Example
Text Example
White with #FE863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE863B; }
p { color: rgb(254,134,59); }
H1.HeaderClassName
{
color: #FE863B;
}
.AnyTagClassName
{
color: #FE863B;
}
</style>
background-color css
<style>
a { background-color: #FE863B; }
a { background-color: rgb(254,134,59); }
div.DivClassName
{
background-color: #FE863B;
}
.BgClassName
{
background-color: #FE863B;
}
</style>
border-color css
<style>
span { border-color: #FE863B; }
span { border-color: rgb(254,134,59); }
td.TdClassName
{
border-color: #FE863B;
}
.TagClassName
{
border-color: #FE863B;
}
</style>