Shades of Red Orange #F8401C
Tints of Red Orange #F8401C
RGB
CMYK
RGB Variations
Color information
#F8401C (or 0xF8401C) is known color: Red Orange. HEX triplet: F8, 40 and 1C. RGB value is (248,64,28). Sum of RGB (Red+Green+Blue) = 248+64+28=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8401C is #07BFE3. Grayscale: #737373. Windows color (decimal): -507876 or 1851640. OLE color: 1851640.
HSL color Cylindrical-coordinate representation of color #F8401C: hue angle of 9.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8401C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.03 |
| HSL | 9.82º | 0.94% | 0.54% | - |
| HSV(B) | 9.82º | 0.89% | 0.97% | - |
| XYZ | 40.75 | 23.71 | 3.53 | - |
| YUV | 114.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 28 | 0 | 0.74 | 0.89 | 0.03 | 9.82 | 0.94 | 0.54 |
| Hex | F8 | 40 | 1C | 0 | 4A | 59 | 3 | A | 5E | 36 |
| Octal | 370 | 100 | 34 | 0 | 112 | 131 | 3 | 12 | 136 | 66 |
| Binary | 11111000 | 1000000 | 11100 | 0 | 1001010 | 1011001 | 11 | 1010 | 1011110 | 110110 |
Color Harmonies of #F8401C
Complementary color
Monochromatic Colors of #F8401C
Black with #F8401C
Text Example
Text Example
White with #F8401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8401C; }
p { color: rgb(248,64,28); }
H1.HeaderClassName
{
color: #F8401C;
}
.AnyTagClassName
{
color: #F8401C;
}
</style>
background-color css
<style>
a { background-color: #F8401C; }
a { background-color: rgb(248,64,28); }
div.DivClassName
{
background-color: #F8401C;
}
.BgClassName
{
background-color: #F8401C;
}
</style>
border-color css
<style>
span { border-color: #F8401C; }
span { border-color: rgb(248,64,28); }
td.TdClassName
{
border-color: #F8401C;
}
.TagClassName
{
border-color: #F8401C;
}
</style>