Shades of Sun #FF863D
Tints of Sun #FF863D
RGB
CMYK
RGB Variations
Color information
#FF863D (or 0xFF863D) is known color: Sun. HEX triplet: FF, 86 and 3D. RGB value is (255,134,61). Sum of RGB (Red+Green+Blue) = 255+134+61=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF863D is #0079C2. Grayscale: #A2A2A2. Windows color (decimal): -31171 or 4032255. OLE color: 4032255.
HSL color Cylindrical-coordinate representation of color #FF863D: hue angle of 22.58º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF863D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 61 | - |
| CMYK | 0 | 0.47 | 0.76 | 0 |
| HSL | 22.58º | 1% | 0.62% | - |
| HSV(B) | 22.58º | 0.76% | 1% | - |
| XYZ | 50.61 | 38.65 | 9.21 | - |
| YUV | 161.86 | 71.09 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 61 | 0 | 0.47 | 0.76 | 0 | 22.58 | 1 | 0.62 |
| Hex | FF | 86 | 3D | 0 | 2F | 4C | 0 | 17 | 64 | 3E |
| Octal | 377 | 206 | 75 | 0 | 57 | 114 | 0 | 27 | 144 | 76 |
| Binary | 11111111 | 10000110 | 111101 | 0 | 101111 | 1001100 | 0 | 10111 | 1100100 | 111110 |
Color Harmonies of #FF863D
Complementary color
Monochromatic Colors of #FF863D
Black with #FF863D
Text Example
Text Example
White with #FF863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF863D; }
p { color: rgb(255,134,61); }
H1.HeaderClassName
{
color: #FF863D;
}
.AnyTagClassName
{
color: #FF863D;
}
</style>
background-color css
<style>
a { background-color: #FF863D; }
a { background-color: rgb(255,134,61); }
div.DivClassName
{
background-color: #FF863D;
}
.BgClassName
{
background-color: #FF863D;
}
</style>
border-color css
<style>
span { border-color: #FF863D; }
span { border-color: rgb(255,134,61); }
td.TdClassName
{
border-color: #FF863D;
}
.TagClassName
{
border-color: #FF863D;
}
</style>