Shades of Orange Red #F34016
Tints of Orange Red #F34016
RGB
CMYK
RGB Variations
Color information
#F34016 (or 0xF34016) is known color: Orange Red. HEX triplet: F3, 40 and 16. RGB value is (243,64,22). Sum of RGB (Red+Green+Blue) = 243+64+22=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F34016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34016 is #0CBFE9. Grayscale: #717171. Windows color (decimal): -835562 or 1458419. OLE color: 1458419.
HSL color Cylindrical-coordinate representation of color #F34016: hue angle of 11.4º 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 #F34016 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.05 |
| HSL | 11.4º | 0.9% | 0.52% | - |
| HSV(B) | 11.4º | 0.91% | 0.95% | - |
| XYZ | 38.94 | 22.78 | 3.1 | - |
| YUV | 112.73 | 76.8 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 22 | 0 | 0.74 | 0.91 | 0.05 | 11.4 | 0.9 | 0.52 |
| Hex | F3 | 40 | 16 | 0 | 4A | 5B | 5 | B | 5A | 34 |
| Octal | 363 | 100 | 26 | 0 | 112 | 133 | 5 | 13 | 132 | 64 |
| Binary | 11110011 | 1000000 | 10110 | 0 | 1001010 | 1011011 | 101 | 1011 | 1011010 | 110100 |
Color Harmonies of #F34016
Complementary color
Monochromatic Colors of #F34016
Black with #F34016
Text Example
Text Example
White with #F34016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34016; }
p { color: rgb(243,64,22); }
H1.HeaderClassName
{
color: #F34016;
}
.AnyTagClassName
{
color: #F34016;
}
</style>
background-color css
<style>
a { background-color: #F34016; }
a { background-color: rgb(243,64,22); }
div.DivClassName
{
background-color: #F34016;
}
.BgClassName
{
background-color: #F34016;
}
</style>
border-color css
<style>
span { border-color: #F34016; }
span { border-color: rgb(243,64,22); }
td.TdClassName
{
border-color: #F34016;
}
.TagClassName
{
border-color: #F34016;
}
</style>