Shades of Orange Red #F83D00
Tints of Orange Red #F83D00
RGB
CMYK
RGB Variations
Color information
#F83D00 (or 0xF83D00) is known color: Orange Red. HEX triplet: F8, 3D and 00. RGB value is (248,61,0). Sum of RGB (Red+Green+Blue) = 248+61+0=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83D00 is #07C2FF. Grayscale: #6E6E6E. Windows color (decimal): -508672 or 15864. OLE color: 15864.
HSL color Cylindrical-coordinate representation of color #F83D00: hue angle of 14.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F83D00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.03 |
| HSL | 14.76º | 1% | 0.49% | - |
| HSV(B) | 14.76º | 1% | 0.97% | - |
| XYZ | 40.38 | 23.29 | 2.37 | - |
| YUV | 109.96 | 65.95 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 0 | 0 | 0.75 | 1 | 0.03 | 14.76 | 1 | 0.49 |
| Hex | F8 | 3D | 0 | 0 | 4B | 64 | 3 | F | 64 | 31 |
| Octal | 370 | 75 | 0 | 0 | 113 | 144 | 3 | 17 | 144 | 61 |
| Binary | 11111000 | 111101 | 0 | 0 | 1001011 | 1100100 | 11 | 1111 | 1100100 | 110001 |
Color Harmonies of #F83D00
Complementary color
Monochromatic Colors of #F83D00
Black with #F83D00
Text Example
Text Example
White with #F83D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D00; }
p { color: rgb(248,61,0); }
H1.HeaderClassName
{
color: #F83D00;
}
.AnyTagClassName
{
color: #F83D00;
}
</style>
background-color css
<style>
a { background-color: #F83D00; }
a { background-color: rgb(248,61,0); }
div.DivClassName
{
background-color: #F83D00;
}
.BgClassName
{
background-color: #F83D00;
}
</style>
border-color css
<style>
span { border-color: #F83D00; }
span { border-color: rgb(248,61,0); }
td.TdClassName
{
border-color: #F83D00;
}
.TagClassName
{
border-color: #F83D00;
}
</style>