Shades of Sun #FC862B
Tints of Sun #FC862B
RGB
CMYK
RGB Variations
Color information
#FC862B (or 0xFC862B) is known color: Sun. HEX triplet: FC, 86 and 2B. RGB value is (252,134,43). Sum of RGB (Red+Green+Blue) = 252+134+43=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC862B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC862B is #0379D4. Grayscale: #9F9F9F. Windows color (decimal): -227797 or 2852604. OLE color: 2852604.
HSL color Cylindrical-coordinate representation of color #FC862B: hue angle of 26.12º 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 #FC862B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 43 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.01 |
| HSL | 26.12º | 0.97% | 0.58% | - |
| HSV(B) | 26.12º | 0.83% | 0.99% | - |
| XYZ | 49.11 | 37.92 | 7.02 | - |
| YUV | 158.91 | 62.59 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 43 | 0 | 0.47 | 0.83 | 0.01 | 26.12 | 0.97 | 0.58 |
| Hex | FC | 86 | 2B | 0 | 2F | 53 | 1 | 1A | 61 | 3A |
| Octal | 374 | 206 | 53 | 0 | 57 | 123 | 1 | 32 | 141 | 72 |
| Binary | 11111100 | 10000110 | 101011 | 0 | 101111 | 1010011 | 1 | 11010 | 1100001 | 111010 |
Color Harmonies of #FC862B
Complementary color
Monochromatic Colors of #FC862B
Black with #FC862B
Text Example
Text Example
White with #FC862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC862B; }
p { color: rgb(252,134,43); }
H1.HeaderClassName
{
color: #FC862B;
}
.AnyTagClassName
{
color: #FC862B;
}
</style>
background-color css
<style>
a { background-color: #FC862B; }
a { background-color: rgb(252,134,43); }
div.DivClassName
{
background-color: #FC862B;
}
.BgClassName
{
background-color: #FC862B;
}
</style>
border-color css
<style>
span { border-color: #FC862B; }
span { border-color: rgb(252,134,43); }
td.TdClassName
{
border-color: #FC862B;
}
.TagClassName
{
border-color: #FC862B;
}
</style>