Shades of Red Orange #F84123
Tints of Red Orange #F84123
RGB
CMYK
RGB Variations
Color information
#F84123 (or 0xF84123) is known color: Red Orange. HEX triplet: F8, 41 and 23. RGB value is (248,65,35). Sum of RGB (Red+Green+Blue) = 248+65+35=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F84123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84123 is #07BEDC. Grayscale: #747474. Windows color (decimal): -507613 or 2310648. OLE color: 2310648.
HSL color Cylindrical-coordinate representation of color #F84123: hue angle of 8.45º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F84123 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.03 |
| HSL | 8.45º | 0.94% | 0.55% | - |
| HSV(B) | 8.45º | 0.86% | 0.97% | - |
| XYZ | 40.91 | 23.86 | 4.04 | - |
| YUV | 116.3 | 82.13 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 35 | 0 | 0.74 | 0.86 | 0.03 | 8.45 | 0.94 | 0.55 |
| Hex | F8 | 41 | 23 | 0 | 4A | 56 | 3 | 8 | 5E | 37 |
| Octal | 370 | 101 | 43 | 0 | 112 | 126 | 3 | 10 | 136 | 67 |
| Binary | 11111000 | 1000001 | 100011 | 0 | 1001010 | 1010110 | 11 | 1000 | 1011110 | 110111 |
Color Harmonies of #F84123
Complementary color
Monochromatic Colors of #F84123
Black with #F84123
Text Example
Text Example
White with #F84123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84123; }
p { color: rgb(248,65,35); }
H1.HeaderClassName
{
color: #F84123;
}
.AnyTagClassName
{
color: #F84123;
}
</style>
background-color css
<style>
a { background-color: #F84123; }
a { background-color: rgb(248,65,35); }
div.DivClassName
{
background-color: #F84123;
}
.BgClassName
{
background-color: #F84123;
}
</style>
border-color css
<style>
span { border-color: #F84123; }
span { border-color: rgb(248,65,35); }
td.TdClassName
{
border-color: #F84123;
}
.TagClassName
{
border-color: #F84123;
}
</style>