Shades of Orange Red #F8450B
Tints of Orange Red #F8450B
RGB
CMYK
RGB Variations
Color information
#F8450B (or 0xF8450B) is known color: Orange Red. HEX triplet: F8, 45 and 0B. RGB value is (248,69,11). Sum of RGB (Red+Green+Blue) = 248+69+11=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8450B is #07BAF4. Grayscale: #747474. Windows color (decimal): -506613 or 738808. OLE color: 738808.
HSL color Cylindrical-coordinate representation of color #F8450B: hue angle of 14.68º 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 #F8450B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.03 |
| HSL | 14.68º | 0.94% | 0.51% | - |
| HSV(B) | 14.68º | 0.96% | 0.97% | - |
| XYZ | 40.9 | 24.24 | 2.84 | - |
| YUV | 115.91 | 68.8 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 11 | 0 | 0.72 | 0.96 | 0.03 | 14.68 | 0.94 | 0.51 |
| Hex | F8 | 45 | B | 0 | 48 | 60 | 3 | F | 5E | 33 |
| Octal | 370 | 105 | 13 | 0 | 110 | 140 | 3 | 17 | 136 | 63 |
| Binary | 11111000 | 1000101 | 1011 | 0 | 1001000 | 1100000 | 11 | 1111 | 1011110 | 110011 |
Color Harmonies of #F8450B
Complementary color
Monochromatic Colors of #F8450B
Black with #F8450B
Text Example
Text Example
White with #F8450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8450B; }
p { color: rgb(248,69,11); }
H1.HeaderClassName
{
color: #F8450B;
}
.AnyTagClassName
{
color: #F8450B;
}
</style>
background-color css
<style>
a { background-color: #F8450B; }
a { background-color: rgb(248,69,11); }
div.DivClassName
{
background-color: #F8450B;
}
.BgClassName
{
background-color: #F8450B;
}
</style>
border-color css
<style>
span { border-color: #F8450B; }
span { border-color: rgb(248,69,11); }
td.TdClassName
{
border-color: #F8450B;
}
.TagClassName
{
border-color: #F8450B;
}
</style>