Shades of Orange Red #F34017
Tints of Orange Red #F34017
RGB
CMYK
RGB Variations
Color information
#F34017 (or 0xF34017) is known color: Orange Red. HEX triplet: F3, 40 and 17. RGB value is (243,64,23). Sum of RGB (Red+Green+Blue) = 243+64+23=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F34017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34017 is #0CBFE8. Grayscale: #717171. Windows color (decimal): -835561 or 1523955. OLE color: 1523955.
HSL color Cylindrical-coordinate representation of color #F34017: hue angle of 11.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F34017 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 23 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.05 |
| HSL | 11.18º | 0.9% | 0.52% | - |
| HSV(B) | 11.18º | 0.91% | 0.95% | - |
| XYZ | 38.95 | 22.78 | 3.16 | - |
| YUV | 112.85 | 77.3 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 23 | 0 | 0.74 | 0.91 | 0.05 | 11.18 | 0.9 | 0.52 |
| Hex | F3 | 40 | 17 | 0 | 4A | 5B | 5 | B | 5A | 34 |
| Octal | 363 | 100 | 27 | 0 | 112 | 133 | 5 | 13 | 132 | 64 |
| Binary | 11110011 | 1000000 | 10111 | 0 | 1001010 | 1011011 | 101 | 1011 | 1011010 | 110100 |
Color Harmonies of #F34017
Complementary color
Monochromatic Colors of #F34017
Black with #F34017
Text Example
Text Example
White with #F34017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34017; }
p { color: rgb(243,64,23); }
H1.HeaderClassName
{
color: #F34017;
}
.AnyTagClassName
{
color: #F34017;
}
</style>
background-color css
<style>
a { background-color: #F34017; }
a { background-color: rgb(243,64,23); }
div.DivClassName
{
background-color: #F34017;
}
.BgClassName
{
background-color: #F34017;
}
</style>
border-color css
<style>
span { border-color: #F34017; }
span { border-color: rgb(243,64,23); }
td.TdClassName
{
border-color: #F34017;
}
.TagClassName
{
border-color: #F34017;
}
</style>