Shades of Sun #FC862C
Tints of Sun #FC862C
RGB
CMYK
RGB Variations
Color information
#FC862C (or 0xFC862C) is known color: Sun. HEX triplet: FC, 86 and 2C. RGB value is (252,134,44). Sum of RGB (Red+Green+Blue) = 252+134+44=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC862C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC862C is #0379D3. Grayscale: #9F9F9F. Windows color (decimal): -227796 or 2918140. OLE color: 2918140.
HSL color Cylindrical-coordinate representation of color #FC862C: hue angle of 25.96º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC862C is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 44 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.01 |
| HSL | 25.96º | 0.97% | 0.58% | - |
| HSV(B) | 25.96º | 0.83% | 0.99% | - |
| XYZ | 49.12 | 37.93 | 7.11 | - |
| YUV | 159.02 | 63.09 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 44 | 0 | 0.47 | 0.83 | 0.01 | 25.96 | 0.97 | 0.58 |
| Hex | FC | 86 | 2C | 0 | 2F | 53 | 1 | 1A | 61 | 3A |
| Octal | 374 | 206 | 54 | 0 | 57 | 123 | 1 | 32 | 141 | 72 |
| Binary | 11111100 | 10000110 | 101100 | 0 | 101111 | 1010011 | 1 | 11010 | 1100001 | 111010 |
Color Harmonies of #FC862C
Complementary color
Monochromatic Colors of #FC862C
Black with #FC862C
Text Example
Text Example
White with #FC862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC862C; }
p { color: rgb(252,134,44); }
H1.HeaderClassName
{
color: #FC862C;
}
.AnyTagClassName
{
color: #FC862C;
}
</style>
background-color css
<style>
a { background-color: #FC862C; }
a { background-color: rgb(252,134,44); }
div.DivClassName
{
background-color: #FC862C;
}
.BgClassName
{
background-color: #FC862C;
}
</style>
border-color css
<style>
span { border-color: #FC862C; }
span { border-color: rgb(252,134,44); }
td.TdClassName
{
border-color: #FC862C;
}
.TagClassName
{
border-color: #FC862C;
}
</style>