Shades of Sun #FC863F
Tints of Sun #FC863F
RGB
CMYK
RGB Variations
Color information
#FC863F (or 0xFC863F) is known color: Sun. HEX triplet: FC, 86 and 3F. RGB value is (252,134,63). Sum of RGB (Red+Green+Blue) = 252+134+63=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC863F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC863F is #0379C0. Grayscale: #A1A1A1. Windows color (decimal): -227777 or 4163324. OLE color: 4163324.
HSL color Cylindrical-coordinate representation of color #FC863F: hue angle of 22.54º degrees, saturation: 0.97, 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 #FC863F is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 63 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.01 |
| HSL | 22.54º | 0.97% | 0.62% | - |
| HSV(B) | 22.54º | 0.75% | 0.99% | - |
| XYZ | 49.57 | 38.1 | 9.45 | - |
| YUV | 161.19 | 72.59 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 63 | 0 | 0.47 | 0.75 | 0.01 | 22.54 | 0.97 | 0.62 |
| Hex | FC | 86 | 3F | 0 | 2F | 4B | 1 | 17 | 61 | 3E |
| Octal | 374 | 206 | 77 | 0 | 57 | 113 | 1 | 27 | 141 | 76 |
| Binary | 11111100 | 10000110 | 111111 | 0 | 101111 | 1001011 | 1 | 10111 | 1100001 | 111110 |
Color Harmonies of #FC863F
Complementary color
Monochromatic Colors of #FC863F
Black with #FC863F
Text Example
Text Example
White with #FC863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC863F; }
p { color: rgb(252,134,63); }
H1.HeaderClassName
{
color: #FC863F;
}
.AnyTagClassName
{
color: #FC863F;
}
</style>
background-color css
<style>
a { background-color: #FC863F; }
a { background-color: rgb(252,134,63); }
div.DivClassName
{
background-color: #FC863F;
}
.BgClassName
{
background-color: #FC863F;
}
</style>
border-color css
<style>
span { border-color: #FC863F; }
span { border-color: rgb(252,134,63); }
td.TdClassName
{
border-color: #FC863F;
}
.TagClassName
{
border-color: #FC863F;
}
</style>