Shades of Red Orange #F8413A
Tints of Red Orange #F8413A
RGB
CMYK
RGB Variations
Color information
#F8413A (or 0xF8413A) is known color: Red Orange. HEX triplet: F8, 41 and 3A. RGB value is (248,65,58). Sum of RGB (Red+Green+Blue) = 248+65+58=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8413A is #07BEC5. Grayscale: #777777. Windows color (decimal): -507590 or 3817976. OLE color: 3817976.
HSL color Cylindrical-coordinate representation of color #F8413A: hue angle of 2.21º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8413A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 58 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.03 |
| HSL | 2.21º | 0.93% | 0.6% | - |
| HSV(B) | 2.21º | 0.77% | 0.97% | - |
| XYZ | 41.37 | 24.04 | 6.46 | - |
| YUV | 118.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 58 | 0 | 0.74 | 0.77 | 0.03 | 2.21 | 0.93 | 0.6 |
| Hex | F8 | 41 | 3A | 0 | 4A | 4D | 3 | 2 | 5D | 3C |
| Octal | 370 | 101 | 72 | 0 | 112 | 115 | 3 | 2 | 135 | 74 |
| Binary | 11111000 | 1000001 | 111010 | 0 | 1001010 | 1001101 | 11 | 10 | 1011101 | 111100 |
Color Harmonies of #F8413A
Complementary color
Monochromatic Colors of #F8413A
Black with #F8413A
Text Example
Text Example
White with #F8413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8413A; }
p { color: rgb(248,65,58); }
H1.HeaderClassName
{
color: #F8413A;
}
.AnyTagClassName
{
color: #F8413A;
}
</style>
background-color css
<style>
a { background-color: #F8413A; }
a { background-color: rgb(248,65,58); }
div.DivClassName
{
background-color: #F8413A;
}
.BgClassName
{
background-color: #F8413A;
}
</style>
border-color css
<style>
span { border-color: #F8413A; }
span { border-color: rgb(248,65,58); }
td.TdClassName
{
border-color: #F8413A;
}
.TagClassName
{
border-color: #F8413A;
}
</style>