Shades of Orange Red #F34217
Tints of Orange Red #F34217
RGB
CMYK
RGB Variations
Color information
#F34217 (or 0xF34217) is known color: Orange Red. HEX triplet: F3, 42 and 17. RGB value is (243,66,23). Sum of RGB (Red+Green+Blue) = 243+66+23=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F34217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34217 is #0CBDE8. Grayscale: #727272. Windows color (decimal): -835049 or 1524467. OLE color: 1524467.
HSL color Cylindrical-coordinate representation of color #F34217: hue angle of 11.73º 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 #F34217 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 23 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.05 |
| HSL | 11.73º | 0.9% | 0.52% | - |
| HSV(B) | 11.73º | 0.91% | 0.95% | - |
| XYZ | 39.07 | 23.01 | 3.19 | - |
| YUV | 114.02 | 76.64 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 23 | 0 | 0.73 | 0.91 | 0.05 | 11.73 | 0.9 | 0.52 |
| Hex | F3 | 42 | 17 | 0 | 49 | 5B | 5 | C | 5A | 34 |
| Octal | 363 | 102 | 27 | 0 | 111 | 133 | 5 | 14 | 132 | 64 |
| Binary | 11110011 | 1000010 | 10111 | 0 | 1001001 | 1011011 | 101 | 1100 | 1011010 | 110100 |
Color Harmonies of #F34217
Complementary color
Monochromatic Colors of #F34217
Black with #F34217
Text Example
Text Example
White with #F34217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34217; }
p { color: rgb(243,66,23); }
H1.HeaderClassName
{
color: #F34217;
}
.AnyTagClassName
{
color: #F34217;
}
</style>
background-color css
<style>
a { background-color: #F34217; }
a { background-color: rgb(243,66,23); }
div.DivClassName
{
background-color: #F34217;
}
.BgClassName
{
background-color: #F34217;
}
</style>
border-color css
<style>
span { border-color: #F34217; }
span { border-color: rgb(243,66,23); }
td.TdClassName
{
border-color: #F34217;
}
.TagClassName
{
border-color: #F34217;
}
</style>