Shades of Red Orange #F83F20
Tints of Red Orange #F83F20
RGB
CMYK
RGB Variations
Color information
#F83F20 (or 0xF83F20) is known color: Red Orange. HEX triplet: F8, 3F and 20. RGB value is (248,63,32). Sum of RGB (Red+Green+Blue) = 248+63+32=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F20 is #07C0DF. Grayscale: #737373. Windows color (decimal): -508128 or 2113528. OLE color: 2113528.
HSL color Cylindrical-coordinate representation of color #F83F20: hue angle of 8.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F83F20 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 32 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.03 |
| HSL | 8.61º | 0.94% | 0.55% | - |
| HSV(B) | 8.61º | 0.87% | 0.97% | - |
| XYZ | 40.75 | 23.62 | 3.78 | - |
| YUV | 114.78 | 81.29 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 32 | 0 | 0.75 | 0.87 | 0.03 | 8.61 | 0.94 | 0.55 |
| Hex | F8 | 3F | 20 | 0 | 4B | 57 | 3 | 9 | 5E | 37 |
| Octal | 370 | 77 | 40 | 0 | 113 | 127 | 3 | 11 | 136 | 67 |
| Binary | 11111000 | 111111 | 100000 | 0 | 1001011 | 1010111 | 11 | 1001 | 1011110 | 110111 |
Color Harmonies of #F83F20
Complementary color
Monochromatic Colors of #F83F20
Black with #F83F20
Text Example
Text Example
White with #F83F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F20; }
p { color: rgb(248,63,32); }
H1.HeaderClassName
{
color: #F83F20;
}
.AnyTagClassName
{
color: #F83F20;
}
</style>
background-color css
<style>
a { background-color: #F83F20; }
a { background-color: rgb(248,63,32); }
div.DivClassName
{
background-color: #F83F20;
}
.BgClassName
{
background-color: #F83F20;
}
</style>
border-color css
<style>
span { border-color: #F83F20; }
span { border-color: rgb(248,63,32); }
td.TdClassName
{
border-color: #F83F20;
}
.TagClassName
{
border-color: #F83F20;
}
</style>