Shades of Red Orange #F83A1C
Tints of Red Orange #F83A1C
RGB
CMYK
RGB Variations
Color information
#F83A1C (or 0xF83A1C) is known color: Red Orange. HEX triplet: F8, 3A and 1C. RGB value is (248,58,28). Sum of RGB (Red+Green+Blue) = 248+58+28=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A1C is #07C5E3. Grayscale: #6F6F6F. Windows color (decimal): -509412 or 1850104. OLE color: 1850104.
HSL color Cylindrical-coordinate representation of color #F83A1C: hue angle of 8.18º 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 #F83A1C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 28 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.03 |
| HSL | 8.18º | 0.94% | 0.54% | - |
| HSV(B) | 8.18º | 0.89% | 0.97% | - |
| XYZ | 40.43 | 23.07 | 3.42 | - |
| YUV | 111.39 | 80.95 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 28 | 0 | 0.77 | 0.89 | 0.03 | 8.18 | 0.94 | 0.54 |
| Hex | F8 | 3A | 1C | 0 | 4D | 59 | 3 | 8 | 5E | 36 |
| Octal | 370 | 72 | 34 | 0 | 115 | 131 | 3 | 10 | 136 | 66 |
| Binary | 11111000 | 111010 | 11100 | 0 | 1001101 | 1011001 | 11 | 1000 | 1011110 | 110110 |
Color Harmonies of #F83A1C
Complementary color
Monochromatic Colors of #F83A1C
Black with #F83A1C
Text Example
Text Example
White with #F83A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A1C; }
p { color: rgb(248,58,28); }
H1.HeaderClassName
{
color: #F83A1C;
}
.AnyTagClassName
{
color: #F83A1C;
}
</style>
background-color css
<style>
a { background-color: #F83A1C; }
a { background-color: rgb(248,58,28); }
div.DivClassName
{
background-color: #F83A1C;
}
.BgClassName
{
background-color: #F83A1C;
}
</style>
border-color css
<style>
span { border-color: #F83A1C; }
span { border-color: rgb(248,58,28); }
td.TdClassName
{
border-color: #F83A1C;
}
.TagClassName
{
border-color: #F83A1C;
}
</style>