Shades of Orange Red #F83501
Tints of Orange Red #F83501
RGB
CMYK
RGB Variations
Color information
#F83501 (or 0xF83501) is known color: Orange Red. HEX triplet: F8, 35 and 01. RGB value is (248,53,1). Sum of RGB (Red+Green+Blue) = 248+53+1=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F83501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83501 is #07CAFE. Grayscale: #696969. Windows color (decimal): -510719 or 79352. OLE color: 79352.
HSL color Cylindrical-coordinate representation of color #F83501: hue angle of 12.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F83501 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.03 |
| HSL | 12.63º | 0.99% | 0.49% | - |
| HSV(B) | 12.63º | 1% | 0.97% | - |
| XYZ | 39.99 | 22.5 | 2.26 | - |
| YUV | 105.38 | 69.1 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 1 | 0 | 0.79 | 1.00 | 0.03 | 12.63 | 0.99 | 0.49 |
| Hex | F8 | 35 | 1 | 0 | 4F | 64 | 3 | D | 63 | 31 |
| Octal | 370 | 65 | 1 | 0 | 117 | 144 | 3 | 15 | 143 | 61 |
| Binary | 11111000 | 110101 | 1 | 0 | 1001111 | 1100100 | 11 | 1101 | 1100011 | 110001 |
Color Harmonies of #F83501
Complementary color
Monochromatic Colors of #F83501
Black with #F83501
Text Example
Text Example
White with #F83501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83501; }
p { color: rgb(248,53,1); }
H1.HeaderClassName
{
color: #F83501;
}
.AnyTagClassName
{
color: #F83501;
}
</style>
background-color css
<style>
a { background-color: #F83501; }
a { background-color: rgb(248,53,1); }
div.DivClassName
{
background-color: #F83501;
}
.BgClassName
{
background-color: #F83501;
}
</style>
border-color css
<style>
span { border-color: #F83501; }
span { border-color: rgb(248,53,1); }
td.TdClassName
{
border-color: #F83501;
}
.TagClassName
{
border-color: #F83501;
}
</style>