Shades of Red Orange #F83534
Tints of Red Orange #F83534
RGB
CMYK
RGB Variations
Color information
#F83534 (or 0xF83534) is known color: Red Orange. HEX triplet: F8, 35 and 34. RGB value is (248,53,52). Sum of RGB (Red+Green+Blue) = 248+53+52=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F83534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83534 is #07CACB. Grayscale: #6F6F6F. Windows color (decimal): -510668 or 3421688. OLE color: 3421688.
HSL color Cylindrical-coordinate representation of color #F83534: hue angle of 0.31º 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 #F83534 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 52 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.03 |
| HSL | 0.31º | 0.93% | 0.59% | - |
| HSV(B) | 0.31º | 0.79% | 0.97% | - |
| XYZ | 40.6 | 22.75 | 5.5 | - |
| YUV | 111.19 | 94.6 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 52 | 0 | 0.79 | 0.79 | 0.03 | 0.31 | 0.93 | 0.59 |
| Hex | F8 | 35 | 34 | 0 | 4F | 4F | 3 | 0 | 5D | 3B |
| Octal | 370 | 65 | 64 | 0 | 117 | 117 | 3 | 0 | 135 | 73 |
| Binary | 11111000 | 110101 | 110100 | 0 | 1001111 | 1001111 | 11 | 0 | 1011101 | 111011 |
Color Harmonies of #F83534
Complementary color
Monochromatic Colors of #F83534
Black with #F83534
Text Example
Text Example
White with #F83534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83534; }
p { color: rgb(248,53,52); }
H1.HeaderClassName
{
color: #F83534;
}
.AnyTagClassName
{
color: #F83534;
}
</style>
background-color css
<style>
a { background-color: #F83534; }
a { background-color: rgb(248,53,52); }
div.DivClassName
{
background-color: #F83534;
}
.BgClassName
{
background-color: #F83534;
}
</style>
border-color css
<style>
span { border-color: #F83534; }
span { border-color: rgb(248,53,52); }
td.TdClassName
{
border-color: #F83534;
}
.TagClassName
{
border-color: #F83534;
}
</style>