Shades of Sun #FD863E
Tints of Sun #FD863E
RGB
CMYK
RGB Variations
Color information
#FD863E (or 0xFD863E) is known color: Sun. HEX triplet: FD, 86 and 3E. RGB value is (253,134,62). Sum of RGB (Red+Green+Blue) = 253+134+62=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD863E is #0279C1. Grayscale: #A1A1A1. Windows color (decimal): -162242 or 4097789. OLE color: 4097789.
HSL color Cylindrical-coordinate representation of color #FD863E: hue angle of 22.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD863E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 62 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.01 |
| HSL | 22.62º | 0.98% | 0.62% | - |
| HSV(B) | 22.62º | 0.75% | 0.99% | - |
| XYZ | 49.9 | 38.28 | 9.32 | - |
| YUV | 161.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 62 | 0 | 0.47 | 0.75 | 0.01 | 22.62 | 0.98 | 0.62 |
| Hex | FD | 86 | 3E | 0 | 2F | 4B | 1 | 17 | 62 | 3E |
| Octal | 375 | 206 | 76 | 0 | 57 | 113 | 1 | 27 | 142 | 76 |
| Binary | 11111101 | 10000110 | 111110 | 0 | 101111 | 1001011 | 1 | 10111 | 1100010 | 111110 |
Color Harmonies of #FD863E
Complementary color
Monochromatic Colors of #FD863E
Black with #FD863E
Text Example
Text Example
White with #FD863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD863E; }
p { color: rgb(253,134,62); }
H1.HeaderClassName
{
color: #FD863E;
}
.AnyTagClassName
{
color: #FD863E;
}
</style>
background-color css
<style>
a { background-color: #FD863E; }
a { background-color: rgb(253,134,62); }
div.DivClassName
{
background-color: #FD863E;
}
.BgClassName
{
background-color: #FD863E;
}
</style>
border-color css
<style>
span { border-color: #FD863E; }
span { border-color: rgb(253,134,62); }
td.TdClassName
{
border-color: #FD863E;
}
.TagClassName
{
border-color: #FD863E;
}
</style>