Shades of Orange Red #F8440C
Tints of Orange Red #F8440C
RGB
CMYK
RGB Variations
Color information
#F8440C (or 0xF8440C) is known color: Orange Red. HEX triplet: F8, 44 and 0C. RGB value is (248,68,12). Sum of RGB (Red+Green+Blue) = 248+68+12=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8440C is #07BBF3. Grayscale: #737373. Windows color (decimal): -506868 or 804088. OLE color: 804088.
HSL color Cylindrical-coordinate representation of color #F8440C: hue angle of 14.24º 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 #F8440C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.03 |
| HSL | 14.24º | 0.94% | 0.51% | - |
| HSV(B) | 14.24º | 0.95% | 0.97% | - |
| XYZ | 40.84 | 24.12 | 2.85 | - |
| YUV | 115.44 | 69.63 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 12 | 0 | 0.73 | 0.95 | 0.03 | 14.24 | 0.94 | 0.51 |
| Hex | F8 | 44 | C | 0 | 49 | 5F | 3 | E | 5E | 33 |
| Octal | 370 | 104 | 14 | 0 | 111 | 137 | 3 | 16 | 136 | 63 |
| Binary | 11111000 | 1000100 | 1100 | 0 | 1001001 | 1011111 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F8440C
Complementary color
Monochromatic Colors of #F8440C
Black with #F8440C
Text Example
Text Example
White with #F8440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8440C; }
p { color: rgb(248,68,12); }
H1.HeaderClassName
{
color: #F8440C;
}
.AnyTagClassName
{
color: #F8440C;
}
</style>
background-color css
<style>
a { background-color: #F8440C; }
a { background-color: rgb(248,68,12); }
div.DivClassName
{
background-color: #F8440C;
}
.BgClassName
{
background-color: #F8440C;
}
</style>
border-color css
<style>
span { border-color: #F8440C; }
span { border-color: rgb(248,68,12); }
td.TdClassName
{
border-color: #F8440C;
}
.TagClassName
{
border-color: #F8440C;
}
</style>