Shades of Sun #FC863C
Tints of Sun #FC863C
RGB
CMYK
RGB Variations
Color information
#FC863C (or 0xFC863C) is known color: Sun. HEX triplet: FC, 86 and 3C. RGB value is (252,134,60). Sum of RGB (Red+Green+Blue) = 252+134+60=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC863C is #0379C3. Grayscale: #A1A1A1. Windows color (decimal): -227780 or 3966716. OLE color: 3966716.
HSL color Cylindrical-coordinate representation of color #FC863C: hue angle of 23.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC863C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 60 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.01 |
| HSL | 23.13º | 0.97% | 0.61% | - |
| HSV(B) | 23.13º | 0.76% | 0.99% | - |
| XYZ | 49.49 | 38.07 | 9.02 | - |
| YUV | 160.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 60 | 0 | 0.47 | 0.76 | 0.01 | 23.13 | 0.97 | 0.61 |
| Hex | FC | 86 | 3C | 0 | 2F | 4C | 1 | 17 | 61 | 3D |
| Octal | 374 | 206 | 74 | 0 | 57 | 114 | 1 | 27 | 141 | 75 |
| Binary | 11111100 | 10000110 | 111100 | 0 | 101111 | 1001100 | 1 | 10111 | 1100001 | 111101 |
Color Harmonies of #FC863C
Complementary color
Monochromatic Colors of #FC863C
Black with #FC863C
Text Example
Text Example
White with #FC863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC863C; }
p { color: rgb(252,134,60); }
H1.HeaderClassName
{
color: #FC863C;
}
.AnyTagClassName
{
color: #FC863C;
}
</style>
background-color css
<style>
a { background-color: #FC863C; }
a { background-color: rgb(252,134,60); }
div.DivClassName
{
background-color: #FC863C;
}
.BgClassName
{
background-color: #FC863C;
}
</style>
border-color css
<style>
span { border-color: #FC863C; }
span { border-color: rgb(252,134,60); }
td.TdClassName
{
border-color: #FC863C;
}
.TagClassName
{
border-color: #FC863C;
}
</style>