Shades of Red Orange #F83A34
Tints of Red Orange #F83A34
RGB
CMYK
RGB Variations
Color information
#F83A34 (or 0xF83A34) is known color: Red Orange. HEX triplet: F8, 3A and 34. RGB value is (248,58,52). Sum of RGB (Red+Green+Blue) = 248+58+52=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A34 is #07C5CB. Grayscale: #727272. Windows color (decimal): -509388 or 3422968. OLE color: 3422968.
HSL color Cylindrical-coordinate representation of color #F83A34: hue angle of 1.84º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83A34 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 52 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.03 |
| HSL | 1.84º | 0.93% | 0.59% | - |
| HSV(B) | 1.84º | 0.79% | 0.97% | - |
| XYZ | 40.84 | 23.23 | 5.58 | - |
| YUV | 114.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 52 | 0 | 0.77 | 0.79 | 0.03 | 1.84 | 0.93 | 0.59 |
| Hex | F8 | 3A | 34 | 0 | 4D | 4F | 3 | 2 | 5D | 3B |
| Octal | 370 | 72 | 64 | 0 | 115 | 117 | 3 | 2 | 135 | 73 |
| Binary | 11111000 | 111010 | 110100 | 0 | 1001101 | 1001111 | 11 | 10 | 1011101 | 111011 |
Color Harmonies of #F83A34
Complementary color
Monochromatic Colors of #F83A34
Black with #F83A34
Text Example
Text Example
White with #F83A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A34; }
p { color: rgb(248,58,52); }
H1.HeaderClassName
{
color: #F83A34;
}
.AnyTagClassName
{
color: #F83A34;
}
</style>
background-color css
<style>
a { background-color: #F83A34; }
a { background-color: rgb(248,58,52); }
div.DivClassName
{
background-color: #F83A34;
}
.BgClassName
{
background-color: #F83A34;
}
</style>
border-color css
<style>
span { border-color: #F83A34; }
span { border-color: rgb(248,58,52); }
td.TdClassName
{
border-color: #F83A34;
}
.TagClassName
{
border-color: #F83A34;
}
</style>