Shades of Sun #FC862E
Tints of Sun #FC862E
RGB
CMYK
RGB Variations
Color information
#FC862E (or 0xFC862E) is known color: Sun. HEX triplet: FC, 86 and 2E. RGB value is (252,134,46). Sum of RGB (Red+Green+Blue) = 252+134+46=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC862E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC862E is #0379D1. Grayscale: #9F9F9F. Windows color (decimal): -227794 or 3049212. OLE color: 3049212.
HSL color Cylindrical-coordinate representation of color #FC862E: hue angle of 25.63º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC862E is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 46 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.01 |
| HSL | 25.63º | 0.97% | 0.58% | - |
| HSV(B) | 25.63º | 0.82% | 0.99% | - |
| XYZ | 49.16 | 37.94 | 7.32 | - |
| YUV | 159.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 46 | 0 | 0.47 | 0.82 | 0.01 | 25.63 | 0.97 | 0.58 |
| Hex | FC | 86 | 2E | 0 | 2F | 52 | 1 | 1A | 61 | 3A |
| Octal | 374 | 206 | 56 | 0 | 57 | 122 | 1 | 32 | 141 | 72 |
| Binary | 11111100 | 10000110 | 101110 | 0 | 101111 | 1010010 | 1 | 11010 | 1100001 | 111010 |
Color Harmonies of #FC862E
Complementary color
Monochromatic Colors of #FC862E
Black with #FC862E
Text Example
Text Example
White with #FC862E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC862E; }
p { color: rgb(252,134,46); }
H1.HeaderClassName
{
color: #FC862E;
}
.AnyTagClassName
{
color: #FC862E;
}
</style>
background-color css
<style>
a { background-color: #FC862E; }
a { background-color: rgb(252,134,46); }
div.DivClassName
{
background-color: #FC862E;
}
.BgClassName
{
background-color: #FC862E;
}
</style>
border-color css
<style>
span { border-color: #FC862E; }
span { border-color: rgb(252,134,46); }
td.TdClassName
{
border-color: #FC862E;
}
.TagClassName
{
border-color: #FC862E;
}
</style>