Shades of Sunshade #F8963E
Tints of Sunshade #F8963E
RGB
CMYK
RGB Variations
Color information
#F8963E (or 0xF8963E) is known color: Sunshade. HEX triplet: F8, 96 and 3E. RGB value is (248,150,62). Sum of RGB (Red+Green+Blue) = 248+150+62=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8963E is #0769C1. Grayscale: #A9A9A9. Windows color (decimal): -485826 or 4101880. OLE color: 4101880.
HSL color Cylindrical-coordinate representation of color #F8963E: hue angle of 28.39º 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 #F8963E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 62 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.03 |
| HSL | 28.39º | 0.93% | 0.61% | - |
| HSV(B) | 28.39º | 0.75% | 0.97% | - |
| XYZ | 50.49 | 42.12 | 10.03 | - |
| YUV | 169.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 62 | 0 | 0.40 | 0.75 | 0.03 | 28.39 | 0.93 | 0.61 |
| Hex | F8 | 96 | 3E | 0 | 28 | 4B | 3 | 1C | 5D | 3D |
| Octal | 370 | 226 | 76 | 0 | 50 | 113 | 3 | 34 | 135 | 75 |
| Binary | 11111000 | 10010110 | 111110 | 0 | 101000 | 1001011 | 11 | 11100 | 1011101 | 111101 |
Color Harmonies of #F8963E
Complementary color
Monochromatic Colors of #F8963E
Black with #F8963E
Text Example
Text Example
White with #F8963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8963E; }
p { color: rgb(248,150,62); }
H1.HeaderClassName
{
color: #F8963E;
}
.AnyTagClassName
{
color: #F8963E;
}
</style>
background-color css
<style>
a { background-color: #F8963E; }
a { background-color: rgb(248,150,62); }
div.DivClassName
{
background-color: #F8963E;
}
.BgClassName
{
background-color: #F8963E;
}
</style>
border-color css
<style>
span { border-color: #F8963E; }
span { border-color: rgb(248,150,62); }
td.TdClassName
{
border-color: #F8963E;
}
.TagClassName
{
border-color: #F8963E;
}
</style>