Shades of Orange Red #F34219
Tints of Orange Red #F34219
RGB
CMYK
RGB Variations
Color information
#F34219 (or 0xF34219) is known color: Orange Red. HEX triplet: F3, 42 and 19. RGB value is (243,66,25). Sum of RGB (Red+Green+Blue) = 243+66+25=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F34219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34219 is #0CBDE6. Grayscale: #727272. Windows color (decimal): -835047 or 1655539. OLE color: 1655539.
HSL color Cylindrical-coordinate representation of color #F34219: hue angle of 11.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34219 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.28º | 0.9% | 0.53% | - |
| HSV(B) | 11.28º | 0.9% | 0.95% | - |
| XYZ | 39.09 | 23.02 | 3.3 | - |
| YUV | 114.25 | 77.64 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 25 | 0 | 0.73 | 0.90 | 0.05 | 11.28 | 0.9 | 0.53 |
| Hex | F3 | 42 | 19 | 0 | 49 | 5A | 5 | B | 5A | 35 |
| Octal | 363 | 102 | 31 | 0 | 111 | 132 | 5 | 13 | 132 | 65 |
| Binary | 11110011 | 1000010 | 11001 | 0 | 1001001 | 1011010 | 101 | 1011 | 1011010 | 110101 |
Color Harmonies of #F34219
Complementary color
Monochromatic Colors of #F34219
Black with #F34219
Text Example
Text Example
White with #F34219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34219; }
p { color: rgb(243,66,25); }
H1.HeaderClassName
{
color: #F34219;
}
.AnyTagClassName
{
color: #F34219;
}
</style>
background-color css
<style>
a { background-color: #F34219; }
a { background-color: rgb(243,66,25); }
div.DivClassName
{
background-color: #F34219;
}
.BgClassName
{
background-color: #F34219;
}
</style>
border-color css
<style>
span { border-color: #F34219; }
span { border-color: rgb(243,66,25); }
td.TdClassName
{
border-color: #F34219;
}
.TagClassName
{
border-color: #F34219;
}
</style>