Shades of Orange Red #F8380C
Tints of Orange Red #F8380C
RGB
CMYK
RGB Variations
Color information
#F8380C (or 0xF8380C) is known color: Orange Red. HEX triplet: F8, 38 and 0C. RGB value is (248,56,12). Sum of RGB (Red+Green+Blue) = 248+56+12=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F8380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8380C is #07C7F3. Grayscale: #6C6C6C. Windows color (decimal): -509940 or 801016. OLE color: 801016.
HSL color Cylindrical-coordinate representation of color #F8380C: hue angle of 11.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8380C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.03 |
| HSL | 11.19º | 0.94% | 0.51% | - |
| HSV(B) | 11.19º | 0.95% | 0.97% | - |
| XYZ | 40.19 | 22.81 | 2.63 | - |
| YUV | 108.39 | 73.61 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 12 | 0 | 0.77 | 0.95 | 0.03 | 11.19 | 0.94 | 0.51 |
| Hex | F8 | 38 | C | 0 | 4D | 5F | 3 | B | 5E | 33 |
| Octal | 370 | 70 | 14 | 0 | 115 | 137 | 3 | 13 | 136 | 63 |
| Binary | 11111000 | 111000 | 1100 | 0 | 1001101 | 1011111 | 11 | 1011 | 1011110 | 110011 |
Color Harmonies of #F8380C
Complementary color
Monochromatic Colors of #F8380C
Black with #F8380C
Text Example
Text Example
White with #F8380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8380C; }
p { color: rgb(248,56,12); }
H1.HeaderClassName
{
color: #F8380C;
}
.AnyTagClassName
{
color: #F8380C;
}
</style>
background-color css
<style>
a { background-color: #F8380C; }
a { background-color: rgb(248,56,12); }
div.DivClassName
{
background-color: #F8380C;
}
.BgClassName
{
background-color: #F8380C;
}
</style>
border-color css
<style>
span { border-color: #F8380C; }
span { border-color: rgb(248,56,12); }
td.TdClassName
{
border-color: #F8380C;
}
.TagClassName
{
border-color: #F8380C;
}
</style>