Shades of Sun #FF863B
Tints of Sun #FF863B
RGB
CMYK
RGB Variations
Color information
#FF863B (or 0xFF863B) is known color: Sun. HEX triplet: FF, 86 and 3B. RGB value is (255,134,59). Sum of RGB (Red+Green+Blue) = 255+134+59=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF863B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF863B is #0079C4. Grayscale: #A2A2A2. Windows color (decimal): -31173 or 3901183. OLE color: 3901183.
HSL color Cylindrical-coordinate representation of color #FF863B: hue angle of 22.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF863B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 59 | - |
| CMYK | 0 | 0.47 | 0.77 | 0 |
| HSL | 22.96º | 1% | 0.62% | - |
| HSV(B) | 22.96º | 0.77% | 1% | - |
| XYZ | 50.55 | 38.63 | 8.93 | - |
| YUV | 161.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 59 | 0 | 0.47 | 0.77 | 0 | 22.96 | 1 | 0.62 |
| Hex | FF | 86 | 3B | 0 | 2F | 4D | 0 | 17 | 64 | 3E |
| Octal | 377 | 206 | 73 | 0 | 57 | 115 | 0 | 27 | 144 | 76 |
| Binary | 11111111 | 10000110 | 111011 | 0 | 101111 | 1001101 | 0 | 10111 | 1100100 | 111110 |
Color Harmonies of #FF863B
Complementary color
Monochromatic Colors of #FF863B
Black with #FF863B
Text Example
Text Example
White with #FF863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF863B; }
p { color: rgb(255,134,59); }
H1.HeaderClassName
{
color: #FF863B;
}
.AnyTagClassName
{
color: #FF863B;
}
</style>
background-color css
<style>
a { background-color: #FF863B; }
a { background-color: rgb(255,134,59); }
div.DivClassName
{
background-color: #FF863B;
}
.BgClassName
{
background-color: #FF863B;
}
</style>
border-color css
<style>
span { border-color: #FF863B; }
span { border-color: rgb(255,134,59); }
td.TdClassName
{
border-color: #FF863B;
}
.TagClassName
{
border-color: #FF863B;
}
</style>