Shades of Orange Red #F84315
Tints of Orange Red #F84315
RGB
CMYK
RGB Variations
Color information
#F84315 (or 0xF84315) is known color: Orange Red. HEX triplet: F8, 43 and 15. RGB value is (248,67,21). Sum of RGB (Red+Green+Blue) = 248+67+21=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F84315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84315 is #07BCEA. Grayscale: #747474. Windows color (decimal): -507115 or 1393656. OLE color: 1393656.
HSL color Cylindrical-coordinate representation of color #F84315: hue angle of 12.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F84315 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 21 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.03 |
| HSL | 12.16º | 0.94% | 0.53% | - |
| HSV(B) | 12.16º | 0.92% | 0.97% | - |
| XYZ | 40.85 | 24.02 | 3.19 | - |
| YUV | 115.88 | 74.47 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 21 | 0 | 0.73 | 0.92 | 0.03 | 12.16 | 0.94 | 0.53 |
| Hex | F8 | 43 | 15 | 0 | 49 | 5C | 3 | C | 5E | 35 |
| Octal | 370 | 103 | 25 | 0 | 111 | 134 | 3 | 14 | 136 | 65 |
| Binary | 11111000 | 1000011 | 10101 | 0 | 1001001 | 1011100 | 11 | 1100 | 1011110 | 110101 |
Color Harmonies of #F84315
Complementary color
Monochromatic Colors of #F84315
Black with #F84315
Text Example
Text Example
White with #F84315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84315; }
p { color: rgb(248,67,21); }
H1.HeaderClassName
{
color: #F84315;
}
.AnyTagClassName
{
color: #F84315;
}
</style>
background-color css
<style>
a { background-color: #F84315; }
a { background-color: rgb(248,67,21); }
div.DivClassName
{
background-color: #F84315;
}
.BgClassName
{
background-color: #F84315;
}
</style>
border-color css
<style>
span { border-color: #F84315; }
span { border-color: rgb(248,67,21); }
td.TdClassName
{
border-color: #F84315;
}
.TagClassName
{
border-color: #F84315;
}
</style>