Shades of Orange Red #F83702
Tints of Orange Red #F83702
RGB
CMYK
RGB Variations
Color information
#F83702 (or 0xF83702) is known color: Orange Red. HEX triplet: F8, 37 and 02. RGB value is (248,55,2). Sum of RGB (Red+Green+Blue) = 248+55+2=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F83702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83702 is #07C8FD. Grayscale: #6B6B6B. Windows color (decimal): -510206 or 145400. OLE color: 145400.
HSL color Cylindrical-coordinate representation of color #F83702: hue angle of 12.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F83702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.03 |
| HSL | 12.93º | 0.98% | 0.49% | - |
| HSV(B) | 12.93º | 0.99% | 0.97% | - |
| XYZ | 40.09 | 22.69 | 2.32 | - |
| YUV | 106.67 | 68.94 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 2 | 0 | 0.78 | 0.99 | 0.03 | 12.93 | 0.98 | 0.49 |
| Hex | F8 | 37 | 2 | 0 | 4E | 63 | 3 | D | 62 | 31 |
| Octal | 370 | 67 | 2 | 0 | 116 | 143 | 3 | 15 | 142 | 61 |
| Binary | 11111000 | 110111 | 10 | 0 | 1001110 | 1100011 | 11 | 1101 | 1100010 | 110001 |
Color Harmonies of #F83702
Complementary color
Monochromatic Colors of #F83702
Black with #F83702
Text Example
Text Example
White with #F83702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83702; }
p { color: rgb(248,55,2); }
H1.HeaderClassName
{
color: #F83702;
}
.AnyTagClassName
{
color: #F83702;
}
</style>
background-color css
<style>
a { background-color: #F83702; }
a { background-color: rgb(248,55,2); }
div.DivClassName
{
background-color: #F83702;
}
.BgClassName
{
background-color: #F83702;
}
</style>
border-color css
<style>
span { border-color: #F83702; }
span { border-color: rgb(248,55,2); }
td.TdClassName
{
border-color: #F83702;
}
.TagClassName
{
border-color: #F83702;
}
</style>