Shades of Orange Red #F63A08
Tints of Orange Red #F63A08
RGB
CMYK
RGB Variations
Color information
#F63A08 (or 0xF63A08) is known color: Orange Red. HEX triplet: F6, 3A and 08. RGB value is (246,58,8). Sum of RGB (Red+Green+Blue) = 246+58+8=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63A08 is #09C5F7. Grayscale: #6C6C6C. Windows color (decimal): -640504 or 539382. OLE color: 539382.
HSL color Cylindrical-coordinate representation of color #F63A08: hue angle of 12.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F63A08 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.04 |
| HSL | 12.61º | 0.94% | 0.5% | - |
| HSV(B) | 12.61º | 0.97% | 0.96% | - |
| XYZ | 39.56 | 22.64 | 2.51 | - |
| YUV | 108.51 | 71.28 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 8 | 0 | 0.76 | 0.97 | 0.04 | 12.61 | 0.94 | 0.5 |
| Hex | F6 | 3A | 8 | 0 | 4C | 61 | 4 | D | 5E | 32 |
| Octal | 366 | 72 | 10 | 0 | 114 | 141 | 4 | 15 | 136 | 62 |
| Binary | 11110110 | 111010 | 1000 | 0 | 1001100 | 1100001 | 100 | 1101 | 1011110 | 110010 |
Color Harmonies of #F63A08
Complementary color
Monochromatic Colors of #F63A08
Black with #F63A08
Text Example
Text Example
White with #F63A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A08; }
p { color: rgb(246,58,8); }
H1.HeaderClassName
{
color: #F63A08;
}
.AnyTagClassName
{
color: #F63A08;
}
</style>
background-color css
<style>
a { background-color: #F63A08; }
a { background-color: rgb(246,58,8); }
div.DivClassName
{
background-color: #F63A08;
}
.BgClassName
{
background-color: #F63A08;
}
</style>
border-color css
<style>
span { border-color: #F63A08; }
span { border-color: rgb(246,58,8); }
td.TdClassName
{
border-color: #F63A08;
}
.TagClassName
{
border-color: #F63A08;
}
</style>