Shades of Sun #FA863C
Tints of Sun #FA863C
RGB
CMYK
RGB Variations
Color information
#FA863C (or 0xFA863C) is known color: Sun. HEX triplet: FA, 86 and 3C. RGB value is (250,134,60). Sum of RGB (Red+Green+Blue) = 250+134+60=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA863C is #0579C3. Grayscale: #A0A0A0. Windows color (decimal): -358852 or 3966714. OLE color: 3966714.
HSL color Cylindrical-coordinate representation of color #FA863C: hue angle of 23.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA863C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 60 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.02 |
| HSL | 23.37º | 0.95% | 0.61% | - |
| HSV(B) | 23.37º | 0.76% | 0.98% | - |
| XYZ | 48.77 | 37.7 | 8.98 | - |
| YUV | 160.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 60 | 0 | 0.46 | 0.76 | 0.02 | 23.37 | 0.95 | 0.61 |
| Hex | FA | 86 | 3C | 0 | 2E | 4C | 2 | 17 | 5F | 3D |
| Octal | 372 | 206 | 74 | 0 | 56 | 114 | 2 | 27 | 137 | 75 |
| Binary | 11111010 | 10000110 | 111100 | 0 | 101110 | 1001100 | 10 | 10111 | 1011111 | 111101 |
Color Harmonies of #FA863C
Complementary color
Monochromatic Colors of #FA863C
Black with #FA863C
Text Example
Text Example
White with #FA863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA863C; }
p { color: rgb(250,134,60); }
H1.HeaderClassName
{
color: #FA863C;
}
.AnyTagClassName
{
color: #FA863C;
}
</style>
background-color css
<style>
a { background-color: #FA863C; }
a { background-color: rgb(250,134,60); }
div.DivClassName
{
background-color: #FA863C;
}
.BgClassName
{
background-color: #FA863C;
}
</style>
border-color css
<style>
span { border-color: #FA863C; }
span { border-color: rgb(250,134,60); }
td.TdClassName
{
border-color: #FA863C;
}
.TagClassName
{
border-color: #FA863C;
}
</style>