Shades of Sunset Orange #F8463F
Tints of Sunset Orange #F8463F
RGB
CMYK
RGB Variations
Color information
#F8463F (or 0xF8463F) is known color: Sunset Orange. HEX triplet: F8, 46 and 3F. RGB value is (248,70,63). Sum of RGB (Red+Green+Blue) = 248+70+63=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8463F is #07B9C0. Grayscale: #7A7A7A. Windows color (decimal): -506305 or 4146936. OLE color: 4146936.
HSL color Cylindrical-coordinate representation of color #F8463F: hue angle of 2.27º 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 #F8463F is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 70 | 63 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.03 |
| HSL | 2.27º | 0.93% | 0.61% | - |
| HSV(B) | 2.27º | 0.75% | 0.97% | - |
| XYZ | 41.8 | 24.7 | 7.27 | - |
| YUV | 122.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 70 | 63 | 0 | 0.72 | 0.75 | 0.03 | 2.27 | 0.93 | 0.61 |
| Hex | F8 | 46 | 3F | 0 | 48 | 4B | 3 | 2 | 5D | 3D |
| Octal | 370 | 106 | 77 | 0 | 110 | 113 | 3 | 2 | 135 | 75 |
| Binary | 11111000 | 1000110 | 111111 | 0 | 1001000 | 1001011 | 11 | 10 | 1011101 | 111101 |
Color Harmonies of #F8463F
Complementary color
Monochromatic Colors of #F8463F
Black with #F8463F
Text Example
Text Example
White with #F8463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8463F; }
p { color: rgb(248,70,63); }
H1.HeaderClassName
{
color: #F8463F;
}
.AnyTagClassName
{
color: #F8463F;
}
</style>
background-color css
<style>
a { background-color: #F8463F; }
a { background-color: rgb(248,70,63); }
div.DivClassName
{
background-color: #F8463F;
}
.BgClassName
{
background-color: #F8463F;
}
</style>
border-color css
<style>
span { border-color: #F8463F; }
span { border-color: rgb(248,70,63); }
td.TdClassName
{
border-color: #F8463F;
}
.TagClassName
{
border-color: #F8463F;
}
</style>