Shades of Sun #FC863E
Tints of Sun #FC863E
RGB
CMYK
RGB Variations
Color information
#FC863E (or 0xFC863E) is known color: Sun. HEX triplet: FC, 86 and 3E. RGB value is (252,134,62). Sum of RGB (Red+Green+Blue) = 252+134+62=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC863E is #0379C1. Grayscale: #A1A1A1. Windows color (decimal): -227778 or 4097788. OLE color: 4097788.
HSL color Cylindrical-coordinate representation of color #FC863E: hue angle of 22.74º 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 #FC863E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 62 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.01 |
| HSL | 22.74º | 0.97% | 0.62% | - |
| HSV(B) | 22.74º | 0.75% | 0.99% | - |
| XYZ | 49.54 | 38.09 | 9.3 | - |
| YUV | 161.07 | 72.09 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 62 | 0 | 0.47 | 0.75 | 0.01 | 22.74 | 0.97 | 0.62 |
| Hex | FC | 86 | 3E | 0 | 2F | 4B | 1 | 17 | 61 | 3E |
| Octal | 374 | 206 | 76 | 0 | 57 | 113 | 1 | 27 | 141 | 76 |
| Binary | 11111100 | 10000110 | 111110 | 0 | 101111 | 1001011 | 1 | 10111 | 1100001 | 111110 |
Color Harmonies of #FC863E
Complementary color
Monochromatic Colors of #FC863E
Black with #FC863E
Text Example
Text Example
White with #FC863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC863E; }
p { color: rgb(252,134,62); }
H1.HeaderClassName
{
color: #FC863E;
}
.AnyTagClassName
{
color: #FC863E;
}
</style>
background-color css
<style>
a { background-color: #FC863E; }
a { background-color: rgb(252,134,62); }
div.DivClassName
{
background-color: #FC863E;
}
.BgClassName
{
background-color: #FC863E;
}
</style>
border-color css
<style>
span { border-color: #FC863E; }
span { border-color: rgb(252,134,62); }
td.TdClassName
{
border-color: #FC863E;
}
.TagClassName
{
border-color: #FC863E;
}
</style>