Shades of Red Orange #F83C26
Tints of Red Orange #F83C26
RGB
CMYK
RGB Variations
Color information
#F83C26 (or 0xF83C26) is known color: Red Orange. HEX triplet: F8, 3C and 26. RGB value is (248,60,38). Sum of RGB (Red+Green+Blue) = 248+60+38=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83C26 is #07C3D9. Grayscale: #717171. Windows color (decimal): -508890 or 2505976. OLE color: 2505976.
HSL color Cylindrical-coordinate representation of color #F83C26: hue angle of 6.29º 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 #F83C26 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 38 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.03 |
| HSL | 6.29º | 0.94% | 0.56% | - |
| HSV(B) | 6.29º | 0.85% | 0.97% | - |
| XYZ | 40.68 | 23.33 | 4.19 | - |
| YUV | 113.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 38 | 0 | 0.76 | 0.85 | 0.03 | 6.29 | 0.94 | 0.56 |
| Hex | F8 | 3C | 26 | 0 | 4C | 55 | 3 | 6 | 5E | 38 |
| Octal | 370 | 74 | 46 | 0 | 114 | 125 | 3 | 6 | 136 | 70 |
| Binary | 11111000 | 111100 | 100110 | 0 | 1001100 | 1010101 | 11 | 110 | 1011110 | 111000 |
Color Harmonies of #F83C26
Complementary color
Monochromatic Colors of #F83C26
Black with #F83C26
Text Example
Text Example
White with #F83C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C26; }
p { color: rgb(248,60,38); }
H1.HeaderClassName
{
color: #F83C26;
}
.AnyTagClassName
{
color: #F83C26;
}
</style>
background-color css
<style>
a { background-color: #F83C26; }
a { background-color: rgb(248,60,38); }
div.DivClassName
{
background-color: #F83C26;
}
.BgClassName
{
background-color: #F83C26;
}
</style>
border-color css
<style>
span { border-color: #F83C26; }
span { border-color: rgb(248,60,38); }
td.TdClassName
{
border-color: #F83C26;
}
.TagClassName
{
border-color: #F83C26;
}
</style>