Shades of Sunshade #F8964B
Tints of Sunshade #F8964B
RGB
CMYK
RGB Variations
Color information
#F8964B (or 0xF8964B) is known color: Sunshade. HEX triplet: F8, 96 and 4B. RGB value is (248,150,75). Sum of RGB (Red+Green+Blue) = 248+150+75=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8964B is #0769B4. Grayscale: #ABABAB. Windows color (decimal): -485813 or 4953848. OLE color: 4953848.
HSL color Cylindrical-coordinate representation of color #F8964B: hue angle of 26.01º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8964B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 75 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.03 |
| HSL | 26.01º | 0.93% | 0.63% | - |
| HSV(B) | 26.01º | 0.7% | 0.97% | - |
| XYZ | 50.89 | 42.28 | 12.13 | - |
| YUV | 170.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 75 | 0 | 0.40 | 0.70 | 0.03 | 26.01 | 0.93 | 0.63 |
| Hex | F8 | 96 | 4B | 0 | 28 | 46 | 3 | 1A | 5D | 3F |
| Octal | 370 | 226 | 113 | 0 | 50 | 106 | 3 | 32 | 135 | 77 |
| Binary | 11111000 | 10010110 | 1001011 | 0 | 101000 | 1000110 | 11 | 11010 | 1011101 | 111111 |
Color Harmonies of #F8964B
Complementary color
Monochromatic Colors of #F8964B
Black with #F8964B
Text Example
Text Example
White with #F8964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8964B; }
p { color: rgb(248,150,75); }
H1.HeaderClassName
{
color: #F8964B;
}
.AnyTagClassName
{
color: #F8964B;
}
</style>
background-color css
<style>
a { background-color: #F8964B; }
a { background-color: rgb(248,150,75); }
div.DivClassName
{
background-color: #F8964B;
}
.BgClassName
{
background-color: #F8964B;
}
</style>
border-color css
<style>
span { border-color: #F8964B; }
span { border-color: rgb(248,150,75); }
td.TdClassName
{
border-color: #F8964B;
}
.TagClassName
{
border-color: #F8964B;
}
</style>