Shades of Orange Red #F94313
Tints of Orange Red #F94313
RGB
CMYK
RGB Variations
Color information
#F94313 (or 0xF94313) is known color: Orange Red. HEX triplet: F9, 43 and 13. RGB value is (249,67,19). Sum of RGB (Red+Green+Blue) = 249+67+19=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F94313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94313 is #06BCEC. Grayscale: #747474. Windows color (decimal): -441581 or 1262585. OLE color: 1262585.
HSL color Cylindrical-coordinate representation of color #F94313: hue angle of 12.52º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F94313 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.02 |
| HSL | 12.52º | 0.95% | 0.53% | - |
| HSV(B) | 12.52º | 0.92% | 0.98% | - |
| XYZ | 41.19 | 24.2 | 3.12 | - |
| YUV | 115.95 | 73.3 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 19 | 0 | 0.73 | 0.92 | 0.02 | 12.52 | 0.95 | 0.53 |
| Hex | F9 | 43 | 13 | 0 | 49 | 5C | 2 | D | 5F | 35 |
| Octal | 371 | 103 | 23 | 0 | 111 | 134 | 2 | 15 | 137 | 65 |
| Binary | 11111001 | 1000011 | 10011 | 0 | 1001001 | 1011100 | 10 | 1101 | 1011111 | 110101 |
Color Harmonies of #F94313
Complementary color
Monochromatic Colors of #F94313
Black with #F94313
Text Example
Text Example
White with #F94313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94313; }
p { color: rgb(249,67,19); }
H1.HeaderClassName
{
color: #F94313;
}
.AnyTagClassName
{
color: #F94313;
}
</style>
background-color css
<style>
a { background-color: #F94313; }
a { background-color: rgb(249,67,19); }
div.DivClassName
{
background-color: #F94313;
}
.BgClassName
{
background-color: #F94313;
}
</style>
border-color css
<style>
span { border-color: #F94313; }
span { border-color: rgb(249,67,19); }
td.TdClassName
{
border-color: #F94313;
}
.TagClassName
{
border-color: #F94313;
}
</style>