Shades of Orange Red #F8450D
Tints of Orange Red #F8450D
RGB
CMYK
RGB Variations
Color information
#F8450D (or 0xF8450D) is known color: Orange Red. HEX triplet: F8, 45 and 0D. RGB value is (248,69,13). Sum of RGB (Red+Green+Blue) = 248+69+13=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8450D is #07BAF2. Grayscale: #747474. Windows color (decimal): -506611 or 869880. OLE color: 869880.
HSL color Cylindrical-coordinate representation of color #F8450D: hue angle of 14.3º 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 #F8450D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.03 |
| HSL | 14.3º | 0.94% | 0.51% | - |
| HSV(B) | 14.3º | 0.95% | 0.97% | - |
| XYZ | 40.91 | 24.24 | 2.9 | - |
| YUV | 116.14 | 69.8 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 13 | 0 | 0.72 | 0.95 | 0.03 | 14.3 | 0.94 | 0.51 |
| Hex | F8 | 45 | D | 0 | 48 | 5F | 3 | E | 5E | 33 |
| Octal | 370 | 105 | 15 | 0 | 110 | 137 | 3 | 16 | 136 | 63 |
| Binary | 11111000 | 1000101 | 1101 | 0 | 1001000 | 1011111 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F8450D
Complementary color
Monochromatic Colors of #F8450D
Black with #F8450D
Text Example
Text Example
White with #F8450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8450D; }
p { color: rgb(248,69,13); }
H1.HeaderClassName
{
color: #F8450D;
}
.AnyTagClassName
{
color: #F8450D;
}
</style>
background-color css
<style>
a { background-color: #F8450D; }
a { background-color: rgb(248,69,13); }
div.DivClassName
{
background-color: #F8450D;
}
.BgClassName
{
background-color: #F8450D;
}
</style>
border-color css
<style>
span { border-color: #F8450D; }
span { border-color: rgb(248,69,13); }
td.TdClassName
{
border-color: #F8450D;
}
.TagClassName
{
border-color: #F8450D;
}
</style>