Shades of Red Orange #F8341C
Tints of Red Orange #F8341C
RGB
CMYK
RGB Variations
Color information
#F8341C (or 0xF8341C) is known color: Red Orange. HEX triplet: F8, 34 and 1C. RGB value is (248,52,28). Sum of RGB (Red+Green+Blue) = 248+52+28=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8341C is #07CBE3. Grayscale: #6C6C6C. Windows color (decimal): -510948 or 1848568. OLE color: 1848568.
HSL color Cylindrical-coordinate representation of color #F8341C: hue angle of 6.55º 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 #F8341C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 28 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.03 |
| HSL | 6.55º | 0.94% | 0.54% | - |
| HSV(B) | 6.55º | 0.89% | 0.97% | - |
| XYZ | 40.15 | 22.5 | 3.32 | - |
| YUV | 107.87 | 82.93 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 28 | 0 | 0.79 | 0.89 | 0.03 | 6.55 | 0.94 | 0.54 |
| Hex | F8 | 34 | 1C | 0 | 4F | 59 | 3 | 7 | 5E | 36 |
| Octal | 370 | 64 | 34 | 0 | 117 | 131 | 3 | 7 | 136 | 66 |
| Binary | 11111000 | 110100 | 11100 | 0 | 1001111 | 1011001 | 11 | 111 | 1011110 | 110110 |
Color Harmonies of #F8341C
Complementary color
Monochromatic Colors of #F8341C
Black with #F8341C
Text Example
Text Example
White with #F8341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8341C; }
p { color: rgb(248,52,28); }
H1.HeaderClassName
{
color: #F8341C;
}
.AnyTagClassName
{
color: #F8341C;
}
</style>
background-color css
<style>
a { background-color: #F8341C; }
a { background-color: rgb(248,52,28); }
div.DivClassName
{
background-color: #F8341C;
}
.BgClassName
{
background-color: #F8341C;
}
</style>
border-color css
<style>
span { border-color: #F8341C; }
span { border-color: rgb(248,52,28); }
td.TdClassName
{
border-color: #F8341C;
}
.TagClassName
{
border-color: #F8341C;
}
</style>