Shades of Sun #FD863A
Tints of Sun #FD863A
RGB
CMYK
RGB Variations
Color information
#FD863A (or 0xFD863A) is known color: Sun. HEX triplet: FD, 86 and 3A. RGB value is (253,134,58). Sum of RGB (Red+Green+Blue) = 253+134+58=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD863A is #0279C5. Grayscale: #A1A1A1. Windows color (decimal): -162246 or 3835645. OLE color: 3835645.
HSL color Cylindrical-coordinate representation of color #FD863A: hue angle of 23.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD863A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 58 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.01 |
| HSL | 23.38º | 0.98% | 0.61% | - |
| HSV(B) | 23.38º | 0.77% | 0.99% | - |
| XYZ | 49.8 | 38.24 | 8.76 | - |
| YUV | 160.92 | 69.92 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 58 | 0 | 0.47 | 0.77 | 0.01 | 23.38 | 0.98 | 0.61 |
| Hex | FD | 86 | 3A | 0 | 2F | 4D | 1 | 17 | 62 | 3D |
| Octal | 375 | 206 | 72 | 0 | 57 | 115 | 1 | 27 | 142 | 75 |
| Binary | 11111101 | 10000110 | 111010 | 0 | 101111 | 1001101 | 1 | 10111 | 1100010 | 111101 |
Color Harmonies of #FD863A
Complementary color
Monochromatic Colors of #FD863A
Black with #FD863A
Text Example
Text Example
White with #FD863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD863A; }
p { color: rgb(253,134,58); }
H1.HeaderClassName
{
color: #FD863A;
}
.AnyTagClassName
{
color: #FD863A;
}
</style>
background-color css
<style>
a { background-color: #FD863A; }
a { background-color: rgb(253,134,58); }
div.DivClassName
{
background-color: #FD863A;
}
.BgClassName
{
background-color: #FD863A;
}
</style>
border-color css
<style>
span { border-color: #FD863A; }
span { border-color: rgb(253,134,58); }
td.TdClassName
{
border-color: #FD863A;
}
.TagClassName
{
border-color: #FD863A;
}
</style>