Shades of Red Orange #F83A1A
Tints of Red Orange #F83A1A
RGB
CMYK
RGB Variations
Color information
#F83A1A (or 0xF83A1A) is known color: Red Orange. HEX triplet: F8, 3A and 1A. RGB value is (248,58,26). Sum of RGB (Red+Green+Blue) = 248+58+26=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A1A is #07C5E5. Grayscale: #6F6F6F. Windows color (decimal): -509414 or 1719032. OLE color: 1719032.
HSL color Cylindrical-coordinate representation of color #F83A1A: hue angle of 8.65º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F83A1A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 26 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.03 |
| HSL | 8.65º | 0.94% | 0.54% | - |
| HSV(B) | 8.65º | 0.9% | 0.97% | - |
| XYZ | 40.41 | 23.06 | 3.3 | - |
| YUV | 111.16 | 79.95 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 26 | 0 | 0.77 | 0.90 | 0.03 | 8.65 | 0.94 | 0.54 |
| Hex | F8 | 3A | 1A | 0 | 4D | 5A | 3 | 9 | 5E | 36 |
| Octal | 370 | 72 | 32 | 0 | 115 | 132 | 3 | 11 | 136 | 66 |
| Binary | 11111000 | 111010 | 11010 | 0 | 1001101 | 1011010 | 11 | 1001 | 1011110 | 110110 |
Color Harmonies of #F83A1A
Complementary color
Monochromatic Colors of #F83A1A
Black with #F83A1A
Text Example
Text Example
White with #F83A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A1A; }
p { color: rgb(248,58,26); }
H1.HeaderClassName
{
color: #F83A1A;
}
.AnyTagClassName
{
color: #F83A1A;
}
</style>
background-color css
<style>
a { background-color: #F83A1A; }
a { background-color: rgb(248,58,26); }
div.DivClassName
{
background-color: #F83A1A;
}
.BgClassName
{
background-color: #F83A1A;
}
</style>
border-color css
<style>
span { border-color: #F83A1A; }
span { border-color: rgb(248,58,26); }
td.TdClassName
{
border-color: #F83A1A;
}
.TagClassName
{
border-color: #F83A1A;
}
</style>