Shades of Red Orange #F83D1A
Tints of Red Orange #F83D1A
RGB
CMYK
RGB Variations
Color information
#F83D1A (or 0xF83D1A) is known color: Red Orange. HEX triplet: F8, 3D and 1A. RGB value is (248,61,26). Sum of RGB (Red+Green+Blue) = 248+61+26=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83D1A is #07C2E5. Grayscale: #717171. Windows color (decimal): -508646 or 1719800. OLE color: 1719800.
HSL color Cylindrical-coordinate representation of color #F83D1A: hue angle of 9.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F83D1A is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 26 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.03 |
| HSL | 9.46º | 0.94% | 0.54% | - |
| HSV(B) | 9.46º | 0.9% | 0.97% | - |
| XYZ | 40.57 | 23.37 | 3.35 | - |
| YUV | 112.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 26 | 0 | 0.75 | 0.90 | 0.03 | 9.46 | 0.94 | 0.54 |
| Hex | F8 | 3D | 1A | 0 | 4B | 5A | 3 | 9 | 5E | 36 |
| Octal | 370 | 75 | 32 | 0 | 113 | 132 | 3 | 11 | 136 | 66 |
| Binary | 11111000 | 111101 | 11010 | 0 | 1001011 | 1011010 | 11 | 1001 | 1011110 | 110110 |
Color Harmonies of #F83D1A
Complementary color
Monochromatic Colors of #F83D1A
Black with #F83D1A
Text Example
Text Example
White with #F83D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D1A; }
p { color: rgb(248,61,26); }
H1.HeaderClassName
{
color: #F83D1A;
}
.AnyTagClassName
{
color: #F83D1A;
}
</style>
background-color css
<style>
a { background-color: #F83D1A; }
a { background-color: rgb(248,61,26); }
div.DivClassName
{
background-color: #F83D1A;
}
.BgClassName
{
background-color: #F83D1A;
}
</style>
border-color css
<style>
span { border-color: #F83D1A; }
span { border-color: rgb(248,61,26); }
td.TdClassName
{
border-color: #F83D1A;
}
.TagClassName
{
border-color: #F83D1A;
}
</style>