Shades of Sun #FC862D
Tints of Sun #FC862D
RGB
CMYK
RGB Variations
Color information
#FC862D (or 0xFC862D) is known color: Sun. HEX triplet: FC, 86 and 2D. RGB value is (252,134,45). Sum of RGB (Red+Green+Blue) = 252+134+45=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC862D is #0379D2. Grayscale: #9F9F9F. Windows color (decimal): -227795 or 2983676. OLE color: 2983676.
HSL color Cylindrical-coordinate representation of color #FC862D: hue angle of 25.8º 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 #FC862D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.01 |
| HSL | 25.8º | 0.97% | 0.58% | - |
| HSV(B) | 25.8º | 0.82% | 0.99% | - |
| XYZ | 49.14 | 37.94 | 7.21 | - |
| YUV | 159.14 | 63.59 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 45 | 0 | 0.47 | 0.82 | 0.01 | 25.8 | 0.97 | 0.58 |
| Hex | FC | 86 | 2D | 0 | 2F | 52 | 1 | 1A | 61 | 3A |
| Octal | 374 | 206 | 55 | 0 | 57 | 122 | 1 | 32 | 141 | 72 |
| Binary | 11111100 | 10000110 | 101101 | 0 | 101111 | 1010010 | 1 | 11010 | 1100001 | 111010 |
Color Harmonies of #FC862D
Complementary color
Monochromatic Colors of #FC862D
Black with #FC862D
Text Example
Text Example
White with #FC862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC862D; }
p { color: rgb(252,134,45); }
H1.HeaderClassName
{
color: #FC862D;
}
.AnyTagClassName
{
color: #FC862D;
}
</style>
background-color css
<style>
a { background-color: #FC862D; }
a { background-color: rgb(252,134,45); }
div.DivClassName
{
background-color: #FC862D;
}
.BgClassName
{
background-color: #FC862D;
}
</style>
border-color css
<style>
span { border-color: #FC862D; }
span { border-color: rgb(252,134,45); }
td.TdClassName
{
border-color: #FC862D;
}
.TagClassName
{
border-color: #FC862D;
}
</style>