Shades of Sun #F8863E
Tints of Sun #F8863E
RGB
CMYK
RGB Variations
Color information
#F8863E (or 0xF8863E) is known color: Sun. HEX triplet: F8, 86 and 3E. RGB value is (248,134,62). Sum of RGB (Red+Green+Blue) = 248+134+62=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8863E is #0779C1. Grayscale: #A0A0A0. Windows color (decimal): -489922 or 4097784. OLE color: 4097784.
HSL color Cylindrical-coordinate representation of color #F8863E: hue angle of 23.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8863E is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 62 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.03 |
| HSL | 23.23º | 0.93% | 0.61% | - |
| HSV(B) | 23.23º | 0.75% | 0.97% | - |
| XYZ | 48.11 | 37.35 | 9.23 | - |
| YUV | 159.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 62 | 0 | 0.46 | 0.75 | 0.03 | 23.23 | 0.93 | 0.61 |
| Hex | F8 | 86 | 3E | 0 | 2E | 4B | 3 | 17 | 5D | 3D |
| Octal | 370 | 206 | 76 | 0 | 56 | 113 | 3 | 27 | 135 | 75 |
| Binary | 11111000 | 10000110 | 111110 | 0 | 101110 | 1001011 | 11 | 10111 | 1011101 | 111101 |
Color Harmonies of #F8863E
Complementary color
Monochromatic Colors of #F8863E
Black with #F8863E
Text Example
Text Example
White with #F8863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8863E; }
p { color: rgb(248,134,62); }
H1.HeaderClassName
{
color: #F8863E;
}
.AnyTagClassName
{
color: #F8863E;
}
</style>
background-color css
<style>
a { background-color: #F8863E; }
a { background-color: rgb(248,134,62); }
div.DivClassName
{
background-color: #F8863E;
}
.BgClassName
{
background-color: #F8863E;
}
</style>
border-color css
<style>
span { border-color: #F8863E; }
span { border-color: rgb(248,134,62); }
td.TdClassName
{
border-color: #F8863E;
}
.TagClassName
{
border-color: #F8863E;
}
</style>