Shades of Red Orange #F83A27
Tints of Red Orange #F83A27
RGB
CMYK
RGB Variations
Color information
#F83A27 (or 0xF83A27) is known color: Red Orange. HEX triplet: F8, 3A and 27. RGB value is (248,58,39). Sum of RGB (Red+Green+Blue) = 248+58+39=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83A27 is #07C5D8. Grayscale: #707070. Windows color (decimal): -509401 or 2571000. OLE color: 2571000.
HSL color Cylindrical-coordinate representation of color #F83A27: hue angle of 5.45º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F83A27 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 39 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.03 |
| HSL | 5.45º | 0.94% | 0.56% | - |
| HSV(B) | 5.45º | 0.84% | 0.97% | - |
| XYZ | 40.59 | 23.13 | 4.24 | - |
| YUV | 112.64 | 86.45 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 39 | 0 | 0.77 | 0.84 | 0.03 | 5.45 | 0.94 | 0.56 |
| Hex | F8 | 3A | 27 | 0 | 4D | 54 | 3 | 5 | 5E | 38 |
| Octal | 370 | 72 | 47 | 0 | 115 | 124 | 3 | 5 | 136 | 70 |
| Binary | 11111000 | 111010 | 100111 | 0 | 1001101 | 1010100 | 11 | 101 | 1011110 | 111000 |
Color Harmonies of #F83A27
Complementary color
Monochromatic Colors of #F83A27
Black with #F83A27
Text Example
Text Example
White with #F83A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A27; }
p { color: rgb(248,58,39); }
H1.HeaderClassName
{
color: #F83A27;
}
.AnyTagClassName
{
color: #F83A27;
}
</style>
background-color css
<style>
a { background-color: #F83A27; }
a { background-color: rgb(248,58,39); }
div.DivClassName
{
background-color: #F83A27;
}
.BgClassName
{
background-color: #F83A27;
}
</style>
border-color css
<style>
span { border-color: #F83A27; }
span { border-color: rgb(248,58,39); }
td.TdClassName
{
border-color: #F83A27;
}
.TagClassName
{
border-color: #F83A27;
}
</style>