Shades of Red Orange #F84226
Tints of Red Orange #F84226
RGB
CMYK
RGB Variations
Color information
#F84226 (or 0xF84226) is known color: Red Orange. HEX triplet: F8, 42 and 26. RGB value is (248,66,38). Sum of RGB (Red+Green+Blue) = 248+66+38=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F84226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84226 is #07BDD9. Grayscale: #757575. Windows color (decimal): -507354 or 2507512. OLE color: 2507512.
HSL color Cylindrical-coordinate representation of color #F84226: hue angle of 8º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F84226 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 38 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.03 |
| HSL | 8º | 0.94% | 0.56% | - |
| HSV(B) | 8º | 0.85% | 0.97% | - |
| XYZ | 41.01 | 23.99 | 4.3 | - |
| YUV | 117.23 | 83.3 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 38 | 0 | 0.73 | 0.85 | 0.03 | 8 | 0.94 | 0.56 |
| Hex | F8 | 42 | 26 | 0 | 49 | 55 | 3 | 8 | 5E | 38 |
| Octal | 370 | 102 | 46 | 0 | 111 | 125 | 3 | 10 | 136 | 70 |
| Binary | 11111000 | 1000010 | 100110 | 0 | 1001001 | 1010101 | 11 | 1000 | 1011110 | 111000 |
Color Harmonies of #F84226
Complementary color
Monochromatic Colors of #F84226
Black with #F84226
Text Example
Text Example
White with #F84226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84226; }
p { color: rgb(248,66,38); }
H1.HeaderClassName
{
color: #F84226;
}
.AnyTagClassName
{
color: #F84226;
}
</style>
background-color css
<style>
a { background-color: #F84226; }
a { background-color: rgb(248,66,38); }
div.DivClassName
{
background-color: #F84226;
}
.BgClassName
{
background-color: #F84226;
}
</style>
border-color css
<style>
span { border-color: #F84226; }
span { border-color: rgb(248,66,38); }
td.TdClassName
{
border-color: #F84226;
}
.TagClassName
{
border-color: #F84226;
}
</style>