Shades of Orange Red #F3400F
Tints of Orange Red #F3400F
RGB
CMYK
RGB Variations
Color information
#F3400F (or 0xF3400F) is known color: Orange Red. HEX triplet: F3, 40 and 0F. RGB value is (243,64,15). Sum of RGB (Red+Green+Blue) = 243+64+15=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3400F is #0CBFF0. Grayscale: #707070. Windows color (decimal): -835569 or 999667. OLE color: 999667.
HSL color Cylindrical-coordinate representation of color #F3400F: hue angle of 12.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3400F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 15 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.05 |
| HSL | 12.89º | 0.9% | 0.51% | - |
| HSV(B) | 12.89º | 0.94% | 0.95% | - |
| XYZ | 38.88 | 22.76 | 2.79 | - |
| YUV | 111.94 | 73.3 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 15 | 0 | 0.74 | 0.94 | 0.05 | 12.89 | 0.9 | 0.51 |
| Hex | F3 | 40 | F | 0 | 4A | 5E | 5 | D | 5A | 33 |
| Octal | 363 | 100 | 17 | 0 | 112 | 136 | 5 | 15 | 132 | 63 |
| Binary | 11110011 | 1000000 | 1111 | 0 | 1001010 | 1011110 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F3400F
Complementary color
Monochromatic Colors of #F3400F
Black with #F3400F
Text Example
Text Example
White with #F3400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3400F; }
p { color: rgb(243,64,15); }
H1.HeaderClassName
{
color: #F3400F;
}
.AnyTagClassName
{
color: #F3400F;
}
</style>
background-color css
<style>
a { background-color: #F3400F; }
a { background-color: rgb(243,64,15); }
div.DivClassName
{
background-color: #F3400F;
}
.BgClassName
{
background-color: #F3400F;
}
</style>
border-color css
<style>
span { border-color: #F3400F; }
span { border-color: rgb(243,64,15); }
td.TdClassName
{
border-color: #F3400F;
}
.TagClassName
{
border-color: #F3400F;
}
</style>