Shades of Sun #FD863D
Tints of Sun #FD863D
RGB
CMYK
RGB Variations
Color information
#FD863D (or 0xFD863D) is known color: Sun. HEX triplet: FD, 86 and 3D. RGB value is (253,134,61). Sum of RGB (Red+Green+Blue) = 253+134+61=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD863D is #0279C2. Grayscale: #A1A1A1. Windows color (decimal): -162243 or 4032253. OLE color: 4032253.
HSL color Cylindrical-coordinate representation of color #FD863D: hue angle of 22.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD863D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 61 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.01 |
| HSL | 22.81º | 0.98% | 0.62% | - |
| HSV(B) | 22.81º | 0.76% | 0.99% | - |
| XYZ | 49.88 | 38.27 | 9.17 | - |
| YUV | 161.26 | 71.42 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 61 | 0 | 0.47 | 0.76 | 0.01 | 22.81 | 0.98 | 0.62 |
| Hex | FD | 86 | 3D | 0 | 2F | 4C | 1 | 17 | 62 | 3E |
| Octal | 375 | 206 | 75 | 0 | 57 | 114 | 1 | 27 | 142 | 76 |
| Binary | 11111101 | 10000110 | 111101 | 0 | 101111 | 1001100 | 1 | 10111 | 1100010 | 111110 |
Color Harmonies of #FD863D
Complementary color
Monochromatic Colors of #FD863D
Black with #FD863D
Text Example
Text Example
White with #FD863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD863D; }
p { color: rgb(253,134,61); }
H1.HeaderClassName
{
color: #FD863D;
}
.AnyTagClassName
{
color: #FD863D;
}
</style>
background-color css
<style>
a { background-color: #FD863D; }
a { background-color: rgb(253,134,61); }
div.DivClassName
{
background-color: #FD863D;
}
.BgClassName
{
background-color: #FD863D;
}
</style>
border-color css
<style>
span { border-color: #FD863D; }
span { border-color: rgb(253,134,61); }
td.TdClassName
{
border-color: #FD863D;
}
.TagClassName
{
border-color: #FD863D;
}
</style>