Shades of Sun #FE863D
Tints of Sun #FE863D
RGB
CMYK
RGB Variations
Color information
#FE863D (or 0xFE863D) is known color: Sun. HEX triplet: FE, 86 and 3D. RGB value is (254,134,61). Sum of RGB (Red+Green+Blue) = 254+134+61=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE863D is #0179C2. Grayscale: #A1A1A1. Windows color (decimal): -96707 or 4032254. OLE color: 4032254.
HSL color Cylindrical-coordinate representation of color #FE863D: hue angle of 22.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE863D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 61 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.00 |
| HSL | 22.69º | 0.99% | 0.62% | - |
| HSV(B) | 22.69º | 0.76% | 1% | - |
| XYZ | 50.24 | 38.46 | 9.19 | - |
| YUV | 161.56 | 71.26 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 61 | 0 | 0.47 | 0.76 | 0.00 | 22.69 | 0.99 | 0.62 |
| Hex | FE | 86 | 3D | 0 | 2F | 4C | 0 | 17 | 63 | 3E |
| Octal | 376 | 206 | 75 | 0 | 57 | 114 | 0 | 27 | 143 | 76 |
| Binary | 11111110 | 10000110 | 111101 | 0 | 101111 | 1001100 | 0 | 10111 | 1100011 | 111110 |
Color Harmonies of #FE863D
Complementary color
Monochromatic Colors of #FE863D
Black with #FE863D
Text Example
Text Example
White with #FE863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE863D; }
p { color: rgb(254,134,61); }
H1.HeaderClassName
{
color: #FE863D;
}
.AnyTagClassName
{
color: #FE863D;
}
</style>
background-color css
<style>
a { background-color: #FE863D; }
a { background-color: rgb(254,134,61); }
div.DivClassName
{
background-color: #FE863D;
}
.BgClassName
{
background-color: #FE863D;
}
</style>
border-color css
<style>
span { border-color: #FE863D; }
span { border-color: rgb(254,134,61); }
td.TdClassName
{
border-color: #FE863D;
}
.TagClassName
{
border-color: #FE863D;
}
</style>