Shades of Orange Red #F8360C
Tints of Orange Red #F8360C
RGB
CMYK
RGB Variations
Color information
#F8360C (or 0xF8360C) is known color: Orange Red. HEX triplet: F8, 36 and 0C. RGB value is (248,54,12). Sum of RGB (Red+Green+Blue) = 248+54+12=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F8360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8360C is #07C9F3. Grayscale: #6B6B6B. Windows color (decimal): -510452 or 800504. OLE color: 800504.
HSL color Cylindrical-coordinate representation of color #F8360C: hue angle of 10.68º 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 #F8360C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.03 |
| HSL | 10.68º | 0.94% | 0.51% | - |
| HSV(B) | 10.68º | 0.95% | 0.97% | - |
| XYZ | 40.1 | 22.62 | 2.6 | - |
| YUV | 107.22 | 74.27 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 12 | 0 | 0.78 | 0.95 | 0.03 | 10.68 | 0.94 | 0.51 |
| Hex | F8 | 36 | C | 0 | 4E | 5F | 3 | B | 5E | 33 |
| Octal | 370 | 66 | 14 | 0 | 116 | 137 | 3 | 13 | 136 | 63 |
| Binary | 11111000 | 110110 | 1100 | 0 | 1001110 | 1011111 | 11 | 1011 | 1011110 | 110011 |
Color Harmonies of #F8360C
Complementary color
Monochromatic Colors of #F8360C
Black with #F8360C
Text Example
Text Example
White with #F8360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8360C; }
p { color: rgb(248,54,12); }
H1.HeaderClassName
{
color: #F8360C;
}
.AnyTagClassName
{
color: #F8360C;
}
</style>
background-color css
<style>
a { background-color: #F8360C; }
a { background-color: rgb(248,54,12); }
div.DivClassName
{
background-color: #F8360C;
}
.BgClassName
{
background-color: #F8360C;
}
</style>
border-color css
<style>
span { border-color: #F8360C; }
span { border-color: rgb(248,54,12); }
td.TdClassName
{
border-color: #F8360C;
}
.TagClassName
{
border-color: #F8360C;
}
</style>