Shades of Orange Red #F34019
Tints of Orange Red #F34019
RGB
CMYK
RGB Variations
Color information
#F34019 (or 0xF34019) is known color: Orange Red. HEX triplet: F3, 40 and 19. RGB value is (243,64,25). Sum of RGB (Red+Green+Blue) = 243+64+25=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F34019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34019 is #0CBFE6. Grayscale: #717171. Windows color (decimal): -835559 or 1655027. OLE color: 1655027.
HSL color Cylindrical-coordinate representation of color #F34019: hue angle of 10.73º 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 #F34019 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.05 |
| HSL | 10.73º | 0.9% | 0.53% | - |
| HSV(B) | 10.73º | 0.9% | 0.95% | - |
| XYZ | 38.97 | 22.79 | 3.26 | - |
| YUV | 113.08 | 78.3 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 25 | 0 | 0.74 | 0.90 | 0.05 | 10.73 | 0.9 | 0.53 |
| Hex | F3 | 40 | 19 | 0 | 4A | 5A | 5 | B | 5A | 35 |
| Octal | 363 | 100 | 31 | 0 | 112 | 132 | 5 | 13 | 132 | 65 |
| Binary | 11110011 | 1000000 | 11001 | 0 | 1001010 | 1011010 | 101 | 1011 | 1011010 | 110101 |
Color Harmonies of #F34019
Complementary color
Monochromatic Colors of #F34019
Black with #F34019
Text Example
Text Example
White with #F34019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34019; }
p { color: rgb(243,64,25); }
H1.HeaderClassName
{
color: #F34019;
}
.AnyTagClassName
{
color: #F34019;
}
</style>
background-color css
<style>
a { background-color: #F34019; }
a { background-color: rgb(243,64,25); }
div.DivClassName
{
background-color: #F34019;
}
.BgClassName
{
background-color: #F34019;
}
</style>
border-color css
<style>
span { border-color: #F34019; }
span { border-color: rgb(243,64,25); }
td.TdClassName
{
border-color: #F34019;
}
.TagClassName
{
border-color: #F34019;
}
</style>