Shades of Orange Red #F83A12
Tints of Orange Red #F83A12
RGB
CMYK
RGB Variations
Color information
#F83A12 (or 0xF83A12) is known color: Orange Red. HEX triplet: F8, 3A and 12. RGB value is (248,58,18). Sum of RGB (Red+Green+Blue) = 248+58+18=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A12 is #07C5ED. Grayscale: #6E6E6E. Windows color (decimal): -509422 or 1194744. OLE color: 1194744.
HSL color Cylindrical-coordinate representation of color #F83A12: hue angle of 10.43º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F83A12 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 58 | 18 | - |
CMYK | 0 | 0.77 | 0.93 | 0.03 |
HSL | 10.43º | 0.94% | 0.52% | - |
HSV(B) | 10.43º | 0.93% | 0.97% | - |
XYZ | 40.33 | 23.03 | 2.89 | - |
YUV | 110.25 | 75.95 | 226.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 58 | 18 | 0 | 0.77 | 0.93 | 0.03 | 10.43 | 0.94 | 0.52 |
Hex | F8 | 3A | 12 | 0 | 4D | 5D | 3 | A | 5E | 34 |
Octal | 370 | 72 | 22 | 0 | 115 | 135 | 3 | 12 | 136 | 64 |
Binary | 11111000 | 111010 | 10010 | 0 | 1001101 | 1011101 | 11 | 1010 | 1011110 | 110100 |
Color Harmonies of #F83A12
Complementary color
Monochromatic Colors of #F83A12
Black with #F83A12
Text Example
Text Example
White with #F83A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A12; }
p { color: rgb(248,58,18); }
H1.HeaderClassName
{
color: #F83A12;
}
.AnyTagClassName
{
color: #F83A12;
}
</style>
background-color css
<style>
a { background-color: #F83A12; }
a { background-color: rgb(248,58,18); }
div.DivClassName
{
background-color: #F83A12;
}
.BgClassName
{
background-color: #F83A12;
}
</style>
border-color css
<style>
span { border-color: #F83A12; }
span { border-color: rgb(248,58,18); }
td.TdClassName
{
border-color: #F83A12;
}
.TagClassName
{
border-color: #F83A12;
}
</style>