Shades of Sun #FE863C
Tints of Sun #FE863C
RGB
CMYK
RGB Variations
Color information
#FE863C (or 0xFE863C) is known color: Sun. HEX triplet: FE, 86 and 3C. RGB value is (254,134,60). Sum of RGB (Red+Green+Blue) = 254+134+60=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE863C is #0179C3. Grayscale: #A1A1A1. Windows color (decimal): -96708 or 3966718. OLE color: 3966718.
HSL color Cylindrical-coordinate representation of color #FE863C: hue angle of 22.89º 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 #FE863C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 60 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.00 |
| HSL | 22.89º | 0.99% | 0.62% | - |
| HSV(B) | 22.89º | 0.76% | 1% | - |
| XYZ | 50.21 | 38.45 | 9.05 | - |
| YUV | 161.44 | 70.76 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 60 | 0 | 0.47 | 0.76 | 0.00 | 22.89 | 0.99 | 0.62 |
| Hex | FE | 86 | 3C | 0 | 2F | 4C | 0 | 17 | 63 | 3E |
| Octal | 376 | 206 | 74 | 0 | 57 | 114 | 0 | 27 | 143 | 76 |
| Binary | 11111110 | 10000110 | 111100 | 0 | 101111 | 1001100 | 0 | 10111 | 1100011 | 111110 |
Color Harmonies of #FE863C
Complementary color
Monochromatic Colors of #FE863C
Black with #FE863C
Text Example
Text Example
White with #FE863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE863C; }
p { color: rgb(254,134,60); }
H1.HeaderClassName
{
color: #FE863C;
}
.AnyTagClassName
{
color: #FE863C;
}
</style>
background-color css
<style>
a { background-color: #FE863C; }
a { background-color: rgb(254,134,60); }
div.DivClassName
{
background-color: #FE863C;
}
.BgClassName
{
background-color: #FE863C;
}
</style>
border-color css
<style>
span { border-color: #FE863C; }
span { border-color: rgb(254,134,60); }
td.TdClassName
{
border-color: #FE863C;
}
.TagClassName
{
border-color: #FE863C;
}
</style>