Shades of Orange Red #F8440B
Tints of Orange Red #F8440B
RGB
CMYK
RGB Variations
Color information
#F8440B (or 0xF8440B) is known color: Orange Red. HEX triplet: F8, 44 and 0B. RGB value is (248,68,11). Sum of RGB (Red+Green+Blue) = 248+68+11=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F8440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8440B is #07BBF4. Grayscale: #737373. Windows color (decimal): -506869 or 738552. OLE color: 738552.
HSL color Cylindrical-coordinate representation of color #F8440B: hue angle of 14.43º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8440B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.03 |
| HSL | 14.43º | 0.94% | 0.51% | - |
| HSV(B) | 14.43º | 0.96% | 0.97% | - |
| XYZ | 40.84 | 24.11 | 2.82 | - |
| YUV | 115.32 | 69.13 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 11 | 0 | 0.73 | 0.96 | 0.03 | 14.43 | 0.94 | 0.51 |
| Hex | F8 | 44 | B | 0 | 49 | 60 | 3 | E | 5E | 33 |
| Octal | 370 | 104 | 13 | 0 | 111 | 140 | 3 | 16 | 136 | 63 |
| Binary | 11111000 | 1000100 | 1011 | 0 | 1001001 | 1100000 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F8440B
Complementary color
Monochromatic Colors of #F8440B
Black with #F8440B
Text Example
Text Example
White with #F8440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8440B; }
p { color: rgb(248,68,11); }
H1.HeaderClassName
{
color: #F8440B;
}
.AnyTagClassName
{
color: #F8440B;
}
</style>
background-color css
<style>
a { background-color: #F8440B; }
a { background-color: rgb(248,68,11); }
div.DivClassName
{
background-color: #F8440B;
}
.BgClassName
{
background-color: #F8440B;
}
</style>
border-color css
<style>
span { border-color: #F8440B; }
span { border-color: rgb(248,68,11); }
td.TdClassName
{
border-color: #F8440B;
}
.TagClassName
{
border-color: #F8440B;
}
</style>