Shades of Red Orange #F8401F
Tints of Red Orange #F8401F
RGB
CMYK
RGB Variations
Color information
#F8401F (or 0xF8401F) is known color: Red Orange. HEX triplet: F8, 40 and 1F. RGB value is (248,64,31). Sum of RGB (Red+Green+Blue) = 248+64+31=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8401F is #07BFE0. Grayscale: #737373. Windows color (decimal): -507873 or 2048248. OLE color: 2048248.
HSL color Cylindrical-coordinate representation of color #F8401F: hue angle of 9.12º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8401F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 31 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.03 |
| HSL | 9.12º | 0.94% | 0.55% | - |
| HSV(B) | 9.12º | 0.88% | 0.97% | - |
| XYZ | 40.79 | 23.72 | 3.73 | - |
| YUV | 115.25 | 80.46 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 31 | 0 | 0.74 | 0.88 | 0.03 | 9.12 | 0.94 | 0.55 |
| Hex | F8 | 40 | 1F | 0 | 4A | 58 | 3 | 9 | 5E | 37 |
| Octal | 370 | 100 | 37 | 0 | 112 | 130 | 3 | 11 | 136 | 67 |
| Binary | 11111000 | 1000000 | 11111 | 0 | 1001010 | 1011000 | 11 | 1001 | 1011110 | 110111 |
Color Harmonies of #F8401F
Complementary color
Monochromatic Colors of #F8401F
Black with #F8401F
Text Example
Text Example
White with #F8401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8401F; }
p { color: rgb(248,64,31); }
H1.HeaderClassName
{
color: #F8401F;
}
.AnyTagClassName
{
color: #F8401F;
}
</style>
background-color css
<style>
a { background-color: #F8401F; }
a { background-color: rgb(248,64,31); }
div.DivClassName
{
background-color: #F8401F;
}
.BgClassName
{
background-color: #F8401F;
}
</style>
border-color css
<style>
span { border-color: #F8401F; }
span { border-color: rgb(248,64,31); }
td.TdClassName
{
border-color: #F8401F;
}
.TagClassName
{
border-color: #F8401F;
}
</style>